This page is part of the Confluence Upgrade Guide.
After upgrading your Confluence installation to a later version of Confluence, you need to consider any customisations you have applied to your system and other special configurations:
- If you had previously installed Confluence/Tomcat as a Windows service, uninstall the service (to ensure that the old Confluence cannot start automatically when the server restarts) and reinstall the new one. For details please see Start Confluence Automatically on Windows as a Service.
- If you are using a Standalone Edition of Confluence and you have previously defined a CATALINA_HOME environment variable, please check that it points to the correct path for the new Confluence Tomcat server.
- If you had previously connected your Confluence installation to an external database via a JNDI datasource or you implemented SSL, edit your new
web.xml
file and and copy over any relevant modifications from your old web.xml
file, which relate to these customisations.
- If you were previously running Confluence on a non-standard port, edit your new
<Installation-Directory>\conf\server.xml
file as described in Change listen port for Confluence Standalone.
- Tomcat データソースを以前に定義した場合は、新しい
<Installation-Directory>\conf\server.xml
を編集し、古い server.xml
からデータソース定義をコピーします。
- If you were previously using any plugins, install the latest compatible version and disable any plugins that are incompatible with your new version of Confluence. The easiest way to do this is to use the Plugin Repository in the Confluence Administration Console.
- If you are using any customised themes, please check that they are displaying as expected. Some further customisation may be required to ensure compatibility with your new version of Confluence.
- If you had previously customised the default site or space layouts, you will need to reapply your changes to the new defaults as described here.
- 以前に Confluence ソース コードを変更した場合、新しいバージョンに変更を再適用する必要があります。
- 以前に SSL で Confluence を実行していた場合、「SSL または SSL で Confluence を実行する」で説明されているように設定を再適用する必要があります。
- 以前に
<Installation-Directory>\bin\setenv.sh
または <Installation-Directory>\bin\setenv.bat
ファイルのいずれかでメモリ フラグ (Xms
および Xmx
) を変更した場合は、新しいインストールで変更を加えることをお勧めします。パラメーターは JAVA_OPTS
変数で指定されています。
- If you had changed the Confluence interface text, you will need to pull over the ConfluenceActionSupport.properties file.
- カスタム SSO 認証を使用していた場合、seraph-config.xml を正しい認証に変更します。
Confluence のアップグレード