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 ソース コードを変更した場合、新しいバージョンに変更を再適用する必要があります。
- If you were previously running Confluence over SSL, you will need to reapply your configuration as described in Adding SSL for Secure Logins and Page Security.
- 以前に
<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.
- If you were using a custom SSO authenticator or the utility to Automatically Add LDAP users to the confluence-users Group, change seraph-config.xml to the correct authenticator.
Confluence のアップグレード