PostgreSQL locale support at database creation

PostgreSQL locale support at database creation

Effective on April 4, 2025·David Legrand
David Legrand

You can now define the locale of your PostgreSQL database when creating a new add-on with Clever Tools:

clever addon create postgresql-addon pgLocaleTest --plan xxs_sml --option locale=en_US

This will create a PostgreSQL database with the en_US locale instead of the default en_GB locale.

Last updated on