Skip to main content

Adobe Experience Manager Sites

Welcome to the Adobe Experience Manager Community! Connect with peers to ask questions, share best practices, explore release updates, and contribute ideas that shape the future of Adobe Experience Manager.

  • 8,562 Total posts
  • 141,654 Total replies
8562 Total posts
Adobe Experience Manager: 削除したLive Copyを復元する方法

Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version. 【目的】Live Copyの分離を行わずに、ページを削除すると以降のロールアウトの対象から外れます。本記事では、分離を行わずにLive Copyページを削除した場合の復元方法について紹介します。 【環境】AEM 6.5 【対応方法】Live Copyのルートページは以下のプロパティにロールアウトを除外するLive Copyページの値を保持しています。 Node: {root of Live Copy Page}/jcr:content/cq:LiveSyncConfigProperties: cq:excludedPaths (String[]) 分離せずにLive Copyページを削除した場合、該当のプロパティに削除したページ名が追加され、以降のロールアウトで継承対象から除外されることになります。その為、復元には該当のプロパティからのページ名の削除が必要となります。 例:We-Retailのデモサイトで以下のページをDetachする前に削除した場合、cq:excludedPathsプロパティ値に"men"が追加されます。CRX/DE Liteにアクセスしてcq:excludedPathsからプロパティ値を削除すると、rolloutで復元できるようになります。 削除したページ:/content/we-retail/us/en/menLive Copyのルートページ:/content/we-retail/us/enLive Sync 設定:/content/we-retail/us/en/jcr:content/cq:LiveSyncConfig  <留意事項>・上記は以下記事の抄訳/翻訳となります。KB記事タイトル(英語) . Adobe Experience Manager: How to roll out a deleted Live Copy, May 23, 2023, https://exp