|
4 | 4 |
|
5 | 5 | [Docker Repository](https://hub.docker.com/r/bfren/postgresql) - [bfren ecosystem](https://github.com/bfren/docker)
|
6 | 6 |
|
7 |
| -[PostgreSQL](https://www.postgresql.org/) comes pre-installed (12, 13, 14 or 15) with automatic backups built-in. |
| 7 | +[PostgreSQL](https://www.postgresql.org/) comes pre-installed (12, 13, 14, 15 or 16) with automatic backups built-in. |
8 | 8 |
|
9 | 9 | ## Contents
|
10 | 10 |
|
@@ -40,19 +40,19 @@ See [For Backups](#for-backups) for configuration variables.
|
40 | 40 |
|
41 | 41 | ### For Backups
|
42 | 42 |
|
43 |
| -| Variable | Values | Description | Default | |
44 |
| -| ----------------------------- | ------------- | ----------------------------------------------------- | --------- | |
45 |
| -| `PG_BACKUP_COMPRESS_FILES` | 0 or 1 | Whether or not to compress backup files (using bzip). | 0 | |
46 |
| -| `BF_PG_BACKUP_KEEP_FOR` | Nu duration | The length of time to keep backups. | 28day | |
| 43 | +| Variable | Values | Description | Default | |
| 44 | +| ----------------------------- | ------------------------------------------------------------------------- | ----------------------------------------------------- | --------- | |
| 45 | +| `BF_PG_BACKUP_COMPRESS_FILES` | 0 or 1 | Whether or not to compress backup files (using bzip). | 0 | |
| 46 | +| `BF_PG_BACKUP_KEEP_FOR` | [Nu duration](https://www.nushell.sh/book/types_of_data.html#durations) | The length of time to keep backups. | 28day | |
47 | 47 |
|
48 | 48 | ### For Database
|
49 | 49 |
|
50 |
| -| Variable | Values | Description | Default | |
51 |
| -| ----------------- | ------ | -------------------------------------------------------------------------------------------------------- | --------- | |
52 |
| -| `PG_APPLICATION` | string | Application name - will be used as `PG_DATABASE`, `PG_PASSWORD` and `PG_USERNAME` if they are not set. | *None* | |
53 |
| -| `PG_DATABASE` | string | Database name(s) - multiple databases can be separated by a comma. | *None* | |
54 |
| -| `PG_PASSWORD` | string | Application password. | *None* | |
55 |
| -| `PG_USERNAME` | string | Application username. | *None* | |
| 50 | +| Variable | Values | Description | Default | |
| 51 | +| --------------------- | ------ | ---------------------------------------------------------------------------------------------------------------- | --------- | |
| 52 | +| `BF_PG_APPLICATION` | string | Application name - will be used as `BF_PG_DATABASE`, `BF_PG_PASSWORD` and `BF_PG_USERNAME` if they are not set. | *None* | |
| 53 | +| `BF_PG_DATABASE` | string | Database name(s) - multiple databases can be separated by a comma. | *None* | |
| 54 | +| `BF_PG_PASSWORD` | string | Application password. | *None* | |
| 55 | +| `BF_PG_USERNAME` | string | Application username. | *None* | |
56 | 56 |
|
57 | 57 | ## Helper Functions
|
58 | 58 |
|
|
0 commit comments