# AidboxDB Environment Variables {% hint style="warning" %} AidboxDB is deprecated since 2510. {% endhint %} ### Required environment variables | Env variable name | Meaning | | ------------------- | ----------------------------------------------------------------------------------------------------- | | `POSTGRES_USER` | Name of the user that will be created during db initialization | | `POSTGRES_PASSWORD` | Password for that user | | `POSTGRES_DB` | Name of the database to be created on startup | | `WALG_` variables | 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 | | ----------------------- | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `PGDATA` | | Path to the postgresql cluster directory in the filesystem. `/var/lib/postgresql/data` by default. | | `PG_ROLE` | | When set to "replica" image proceeds to the streaming replica mode | | `PG_REPLICA` | | Name of the replication slot to be created in master database. Should only contain lower case letters, numbers, and the underscore character. | | `PG_MASTER_HOST` | | Master database host for streaming replica | | `PGAGENT_ENABLED` | |
When present and PG_ROLE is not set to "replica" starts pgagent daemon on aidboxdb start.