Skip to content

Commit a11f4a2

Browse files
committed
Database Backup Scripts: Fixed README
1 parent 40022c2 commit a11f4a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Universal/Database Backup Scripts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)