Skip to content

Commit b12c965

Browse files
authored
Update README.md
1 parent edd55d6 commit b12c965

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@
22
Backup & Restore PostgreSQL
33

44
*Backup will be stored in folder with format "%d%m%Y"*
5+
6+
## Detailed information of variables
7+
8+
| Variable | Describe |
9+
| :--- | :--- |
10+
| PGUSER | PostgreSQL login user (Default: root) |
11+
| PGPASSWORD | PostgreSQL password login user |
12+
| PGPORT | PostgreSQL port connection (Default: 5432) |
13+
| PGHOST | PostgreSQL host connection (Default: localhost) |
14+
| DB_EXCLUDE | Exclude database backups |
15+
| BACKUP_FOLDER | Folder storage backups |
16+
| ROTATE_KEEP | Specify the number of backup copies to keep (Default: 7)|
17+
| BACKUP_DIR | Exact path to the folder storing the backup files in (.sql) format that need to be restored |

0 commit comments

Comments
 (0)