gigalixir / gigalixir-cli

MIT License
52 stars 45 forks source link

feat: new database support #115

Closed gigatim closed 2 months ago

gigatim commented 2 months ago

New Database Features

Create with version

Allow creating a database with a postgres version number specified.

gigalixir pg:create -v POSTGRES_16

Upgrade support

Allow upgrading a database to a new version of postgres.

gigalixir pg:upgrade -d DATABASE_ID -v POSTGRES_16