Cloud Next supports the following operating systems:
OS version | Availability |
---|
Ubuntu 16.04 | Available until 4 November, 2024 |
Ubuntu 20.04 | Available until April, 2025 |
Ubuntu 22.04 | Available |
Before you begin¶
Before you start upgrading your Ubuntu version in Cloud Next environment, review the following specifications:
- Acquia recommends that you do not make any other changes to your site during the upgrade process.
- By default, Acquia provisions new Cloud Next environments and Cloud Classic to Cloud Next upgrades on Ubuntu 20.04. You can downgrade to Ubuntu 16.04 until the end-of-life date in November, 2024. After upgrading to Cloud Next, FedRAMP customers must continue with Ubuntu 20.04 to adhere to federal requirements.
- Python2, rssh, Drush 9, and Drush 10 binaries are unavailable in Ubuntu 20.04 and later. If you depend on global Drush 9 or Drush 10, you must start using vendored Drush.
- The
ack-grep
command is not available on Ubuntu 20.04 and later. You must update scripts to use the ack
command instead. - CDE environments will be on Ubuntu 16.04 until the CDE feature is available in Cloud Next environments.
You cannot use the .svg
file extension with the ImageMagick module on Ubuntu 20.04 and later.
The Cloud Platform user interface displays a warning message for Ubuntu versions that are not FIPS validated. For more information about such non-compliant Ubuntu versions, visit FIPS for Ubuntu.
- In Ubuntu 22.04:
- The SimpleSAML compatibility shim is removed. Therefore, applications that did not make the SimpleSAML changes during the Cloud Next upgrade must make these changes.
- OpenSSL 3.x disables a lot of legacy algorithms by default. For example, certificates using SHA1 or MD5 as hash algorithms are invalid. In addition, TLS protocols earlier than 1.3 are disabled.
Upgrading your Cloud Next environment to Ubuntu 20.04 and later¶
To upgrade your non-production and production Cloud Next environments to Ubuntu 20.04 and later:
- Sign in to the Cloud Platform user interface.
- Access your organization, application, and environment.
- Click Configuration > Operating System.
The system displays the currently installed operating system. In Available versions, click Upgrade now.
- Type CONFIRM and click Submit.
After some time, the system completes the upgrade process and displays a confirmation message. - Click Done.
This completes the upgrade process. After you upgrade to Ubuntu 20.04 and later, you can start testing your environment.
Testing your environments after the upgrade¶
Acquia recommends you to test your non-production environments immediately after they are upgraded to Ubuntu 20.04 and later. By testing your environments, you can:
- Investigate and resolve any technical issues with the help of Acquia Support.
- Reduce the risk of delays or undesired behavior with your production environment upgrade.
When testing your environments through automated tests or manual inspection, review the application behavior that depends on the following:
- Custom logic in .htaccess files
- Image software such as ffmpeg, ImageMagick, or webp
- System libraries
- Shell scripts or tools such as curl or wget
- Scheduled tasks or cron jobs
- Cloud hooks
- Custom scripts or commands that run on the SSH pod
In addition, you must monitor application performance in New Relic after the upgrade and compare that with prior performance.
Reverting your Ubuntu version¶
While upgrading your container operating system to Ubuntu 20.04 and later, you might run into some issues. While you troubleshoot such issues, you can revert your upgrade to ensure that your site remains unaffected.
To revert your Ubuntu version:
- Sign in to the Cloud Platform user interface.
- Access your organization, application, and environment.
- Click Configuration > Operating System.
The system displays the currently installed operating system. - In Available versions, click Revert.
- Type CONFIRM and click Submit.
After some time, the system completes the revert process and displays a confirmation message. If the revert process fails, click File support case to create a Support ticket. - Click Done.
This completes the revert process. After you fix all issues, you can start your upgrade process again.