AidboxDB environment variables
Required environment variables
Env variable name | Meaning |
| Name of the user that will be created during db initialization |
| Password for that user |
| Name of the database to be created on startup |
| Credentials for storage and bucket name for wal-g to use. Refer to the official docs for the details. |
Optional environment variables
Env variable name | Default | Meaning |
| Path to the postgresql cluster directory in the filesystem. /data by default. | |
| When set to "replica" image proceeds to the streaming replica mode | |
| Name of the replication slot to be created in master database. Should only contain lower case letters, numbers, and the underscore character. | |
| Master database host for streaming replica | |
| When present and | |
| Value of | Database where |
|
| Path to file where |
|
|
|
| postgres | If you want to use custom user for |
| Value of | Password for custom |
| Adds locales for PostgreSQL to work with. May pass many locales, must be separated by comma. |
Last updated