このドキュメントでは、Confluence のデータを既存のデータベースから別のデータベースに移行する方法について説明します。以下の手順は、主に評価データベースから本番データベースに移行することを目的としています。大規模なデータセットの移行には、サードパーティのデータベース移行ツールが必要になります。 本ページでは、次のシナリオを取り上げます。 You should use this page when moving from the embedded database to an external database. Provided your dataset is not large, you may use this method to move from one type of external database to another. For example, from Oracle to PostgreSQL. Similarly, if the dataset is not large, you can use this method to upgrade your database to a new version of the same database. Note: You do not need to migrate your data if you are upgrading the database in place.
Note: If you are simply moving your database from one server to another you can just change the JDBC URL in <confluence.home>/confluence.cfg.xml (if you are using a direct JDBC connection) or in the definition of your datasource (if you are connecting via a datasource). データベース移行の制限事項
データベースの移行移行を実行する方法には 2 種類あり、どちらも本ページで説明しています。 方法 1 は標準的な手順です。 インストールの添付ファイルの合計サイズが 500 メガバイトを超える場合、方法 2 を使用します。
|