Confluence 7.1 アップグレード ノート
以下は、Confluence 7.1 にアップグレードする際の重要注意事項です。このリリースの新機能と改善点に関する詳細は、「Confluence 7.1 リリースノート」を参照してください。
このページの内容
Upgrading to Java 11
In this release, we've added support for Java 11. Java 8 is still bundled with Confluence, so you can continue using Java 8 for now, or switch to Java 11 manually. See Change the Java vendor or version Confluence uses to find out how to switch your Java version.
Some of the Java arguments used in our setenv.sh
/ setenv.bat
files are no longer recognised in Java 11. If you decide to move to Java 11, make sure you apply your customizations manually when you upgrade, don't simply copy over your old setenv
file (or existing Java options if you run Confluence as a service).
If you have added additional arguments, you may need to check that these are still available in Java 11, as they may cause errors when you start Confluence.
Change to the Spaces List macro
The Spaces List macro now shows only current spaces by default. A new macro parameter is available if you would like it to also display archived spaces.
Enabling the Edit in Office dark feature
As mentioned in the release notes, we've extended support for the legacy Edit in Office dark feature (previously only available in 6.13.6 and 6.15.6).
If you're unable to use the Atlassian Companion app in your environment, you can choose to switch to Edit in Office functionality by enabling the dark feature. If you enabled the dark feature in a 6.13 or 6.15 version, there's no need to do anything, Edit in Office will remain enabled after you upgrade to 7.1.
It's important to note that you can't use Companion app and Edit in Office together in the same site. When Edit in Office is enabled, WebDAV integration is restored, and all Companion app integration is automatically disabled. See Enable the Edit in Office dark feature for more information.
To read more about our future plans for file editing in Confluence, check our community announcement.
6.3 以前からのアップグレード
If you are upgrading from Confluence 6.3 or earlier, there's a known issue where spaces do not appear in the space directory. You'll need to reindex your site after upgrading to fix this.
サポート対象プラットフォームの変更
In this release we have:
- Added support for Java 11.
サポート終了のお知らせ
Advance Notice: End of support for Internet Explorer 11
アトラシアンでは、最新の Web 標準を引き続き活用して、すべての製品で改善された機能と最高のユーザー エクスペリエンスを提供できるようにするため、Internet Explorer 11 のサポートを終了することにしました。
Confluence 7.4.x (Enterprise Release) will be the last release to support Internet Explorer 11.
Advance Notice: End of support for PostgreSQL 9.4, MySQL 5.6 and Oracle 12c R1
Confluence 7.3.x will be the last release to support PostgreSQL 9.4, MySQL 5.6 and Oracle 12c R1.
For more information on all of these notices, see End of Support Announcements for Confluence.
インフラの変更
Head to Preparing for Confluence 7.1 to find out more about changes under the hood.
既知の問題
- Synchrony will not start on Windows with AdoptOpenJDK jdk8u212. See CONFSERVER-58784) for a workaround.
- If you use Apache to limit who can access the admin console, you should update your configuration. See Using Apache to limit access to the Confluence administration interface for our suggested configuration.
- There is a known issue where read-only mode attempts to write to
<shared-home>/confluence.cfg.xml
, but the file doesn't exist in the shared home directory. This problem affects sites that have been previously upgraded from Confluence 6.0 or earlier. See Could not save access.mode into the shared confluence.cfg.xml file error after upgrading to Confluence Data Center 6.10 - There is a known issue where some fonts that Confluence relies on are not available in older Linux distributions. See Confluence UI shows garbled or corrupt text on CAPTCHA, macros and/or diagrams due to missing fonts.
- There is a known issue where the "hibernate dialect" property was being incorrectly retained after upgrade. Customers who have been using Confluence since version 2.4 or earlier (legends!) should check the hibernate dialect in their
<confluence-home>/confluence.cfg.xml
file before upgrading to Confluence 6.x to avoid this error: Upgrading fails with ERROR The size (16777215) given to the column 'event' exceeds the maximum allowed for any data type (8000) in Confluence. - Confluence を Oracle データベースでアップグレードする場合の既知の問題があります。Oracle ユーザーは、Confluence のバージョンを 6.1 以上にアップグレードする前に、まずドライバーを 12.2.0.x にアップグレードする必要があります。詳細については、「バージョン 6.1.x へのアップグレードの際、「ORA-01000: 最大オープン・カーソル数を超えました」というエラーが発生して失敗する」を参照してください。
アップグレード中に問題が発生し、解決できない場合、サポートチケットを作成して、当社のサポートエンジニアのサポートを受けてください。
アップグレード手順
Note: Upgrade to a test environment first. Test your upgrades in your test environment before rolling them into production.
すでに Confluence のバージョンを実行している場合、以下の手順に従って最新バージョンにアップグレードしてください。
- > [サポートツール] > [ヘルスチェック] の順に移動し、ライセンスの有効性、アプリケーションサーバー、データベース設定などを確認します。
- Before you upgrade, we strongly recommend that you back up your installation directory, home directory and database.
- ご使用の Confluence のバージョンが 7.0 より前の場合、そのバージョンから最新バージョンまでのすべてのリリースのリリースノートおよびアップグレードガイドを読んでください。
- Confluence の最新バージョンをダウンロードします。
- 「アップグレードガイド」の説明に従ってください。
- Use the Confluence Post-Upgrade Checks to ensure that everything works as expected.
アップグレード後の設定ファイルの更新
The contents of configuration files such as server.xml, web.xml
, setenv.bat
/ setenv.sh
and confluenceinit.properties
change from time to time.
アップグレード時、以前のインストールのファイルで単純に上書きするのではなく、これらのファイルへの追加 (プロキシ設定、データソース、JVM パラメーターなど) を手動で再適用することをお勧めします。そうしないと、アップグレードで実施した改善が失われてしまいます。