Typically, Confluence data is restored from the Administration Console or from the Confluence Setup Wizard.
zip 形式の XML バックアップファイルからの復元に問題が発生しても、次のバックアップがあれば、復元は可能です。
この方法による復元手順は、組み込みのデータベースを使用しているか、(Oracle、MS SQL Server、MySQL、Postgres など)外部データベースを使用しているかによって異なります。
Embedded Database
If you are running against the embedded database, the database is located inside the database folder of your Confluence Home Directory. Hence, all you need to do is:
confluence-init.properties ファイルがこのディレクトリを指すようにします。
External Database
If you're using an external database, you need to do the following.
confluence.cfg.xml ファイルの JDBC URL を変更する必要がありますこのプロパティの値は、hibernate.connection.url として指定されます。confluence-init.properties ファイルがホーム ディレクトリを指すようにします。Important Directories and Files
Migrating to a Different Database
