You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ Configure the backup service by specifying environment variables:
20
20
Name | Default | Description
21
21
--- | --- | ---
22
22
`SCHEDULE` | (none) | Specify a cron expression or an integer for the seconds to wait, between two backup cycles. Leave undefined to make a one time run.
23
-
`VERBOSE` | `false` | Increased output
23
+
`DEBUG` | `false` | More verbose output for debugging
24
24
`DUMP_UID` | `-1` | UID of dump files. `-1` means default (docker executing user)
25
25
`DUMP_GID` | `-1` | GID of dump files. `-1` means default (docker executing user)
26
-
`TZ` | UTC | Time Zone for times in log messages
26
+
`TZ` | `UTC` | Time Zone for times in log messages
27
27
`DOCKER_NETWORK_NAME` | `database-backup` | Name of the internal network, that is used to connect to the database containers.
28
28
`DOCKER_TARGET_NAME` | `database-backup-target` | Name of the internal hostname, that is used to connect to the database containers.
29
29
`HEALTHCHECKS_IO_URL` | (none) | Base Url for [Healthchecks.io](https://healthchecks.io) integration
0 commit comments