File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Universal/Database Backup Scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Each database backup script can be configured using the following variables:
3232| Variable | Variable Type | Description | Is Required |
3333| -----------------| ---------------| ------------------------------------------------------------------------------------------| ------------------------|
3434| ` BACKUP_DIR ` | ` Path ` | Sets the root directory for backups and logs | Yes |
35- | ` LOG_DIR ` | ` Path ` | Sets the logs directory name (automatically populated if not specified) | No |
36- | ` SLACK_WEBHOOK ` | ` str ` | Slack WebHook URL for error notifications | No (Script works without it) |
35+ | ` LOG_DIR ` | ` Path ` | Sets the logs directory name (automatically populated if not specified) | No (Auto Populated) |
36+ | ` SLACK_WEBHOOK ` | ` str ` | Slack WebHook URL for error notifications | No (Works w/o it) |
3737| ` DATABASES ` | ` list[str] ` | Specifies which databases to back up (defaults to all databases if empty) | No |
3838| ` MAX_BACKUPS ` | ` int ` | Maximum number of backup files to retain | Yes |
3939
@@ -68,7 +68,7 @@ The PostgreSQL backup script requires you to configure connection settings using
6868| Variable | Variable Type | Description | Is Required |
6969| -----------| ---------------| ----------------------------------------------------------| ----------------|
7070| ` PG_HOST ` | ` str ` | Sets the PostgreSQL server IP | Yes |
71- | ` PG_USER ` | ` str ` | Sets the PostgreSQL user used to connect to the database | Auto Populated |
71+ | ` PG_USER ` | ` str ` | Sets the PostgreSQL user used to connect to the database | Yes |
7272
7373#### ` .pgpass ` Creation Guide
7474
You can’t perform that action at this time.
0 commit comments