Closed gigatim closed 2 months ago
Allow creating a database with a postgres version number specified.
gigalixir pg:create -v POSTGRES_16
Allow upgrading a database to a new version of postgres.
gigalixir pg:upgrade -d DATABASE_ID -v POSTGRES_16
New Database Features
Create with version
Allow creating a database with a postgres version number specified.
Upgrade support
Allow upgrading a database to a new version of postgres.