PostgreSQL 18 becomes the default version on 15 September
PostgreSQL 18 is available on Clever Cloud since October 2025, and PostgreSQL 17 has been the default for new add-ons since March 2025. Starting 15 September 2026, a new PostgreSQL add-on created without an explicit version runs PostgreSQL 18.
This affects add-ons creation only. Existing databases keep the version they run today and are never upgraded without your action. When you’re ready, use Clever Cloud’s automatic migration process to move them to PostgreSQL 18.
You can still create an add-on on any other supported version, from the Console or with Clever Tools:
clever addon create postgresql-addon myDatabase -p xxs_sml --addon-version 17PostgreSQL 18 uses the same default extensions as PostgreSQL 17. It brings asynchronous I/O with io_uring, virtual generated columns, UUIDv7 generation, improved text processing and multiple authentication and security features.
Keep in mind that PostgreSQL 14 reaches its end of life on 12 November 2026. Plan a migration to a newer version before that date to keep receiving security updates.
