Confluence の以前のバージョンにロールバックする方法
このページの内容
概要
アップグレードがうまくいかなかった場合や、重要なプラグインに Confluence の現在のバージョンとの互換性がなかった場合に、インスタンスをアップグレード前の状態にロールバックする必要があるときがあります。
Confluence の再インストールとデータベース バックアップの復元
アトラシアンでは、Confluence の以前のバージョンにダウングレードまたはロールバックするためのツールは提供していません。アップグレードが完了したらそれを元に戻すことはできません。
Be sure to have a backup of your Confluence before the upgrade was performed .
Rolling Back From Backups
- Stop Confluence;
- Restore your Database from backup with the original name of Confluence’s database from before the upgrade;
- Restore your Home directory from backup with the original name and original location from before the upgrade;
- Restore your Installation directory from backup with the original name and on the original location from before the upgrade;
- Confluence を起動します。
Restoring From a Fresh Confluence Install
データベースに保管される添付ファイル
データベースに添付ファイルを保管している場合の手順は次のとおりです。
- 復元が必要なバージョンの新しいクリーンな Confluence をインストールします。
- データベース バックアップを復元します。このバックアップはアップグレード前の時点のものである必要があります。
<Confluence ホーム> の confluence.cfg.xml ファイルにある次の行を編集して、適切なデータベース スキーマを指すようにします。
<property name="hibernate.connection.password">DATABASEPASSWORD</property> <property name="hibernate.connection.url">jdbc:mysql://localhost/DATABASE_SCHEMA?sessionVariables=storage_engine%3DInnoDB</property> <property name="hibernate.connection.username">DATABASEUSERNAME</property>
- Confluence を起動します。
- 検索インデックスを再構築します。
ファイルシステムに保管される添付ファイル
上と同じ手順ですが、ステップ 3 のあとに、アップグレード後の <Confluence ホーム> から新しい <Confluence ホーム> に attachments フォルダをコピーする必要があります。
Last modified on Mar 21, 2024
Powered by Confluence and Scroll Viewport.