Commit fe8b173
authored
Use environment PGDATABASE as the default create node --dbname. (#956)
When creating a node the option --dbname can be used to create a database
for the application. When using Citus, that database is where pg_autoctl
installs the Citus extensions, which is recommanded to be installed in a
single database in your Postgres cluster.
To ease using pg_autoctl docker-compose and kubernetes, use PGDATABASE as
the default value for the --dbname option, when set in the environment.1 parent 20c1264 commit fe8b173
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
962 | 971 | | |
963 | 972 | | |
964 | 973 | | |
| |||
0 commit comments