We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd55d6 commit b12c965Copy full SHA for b12c965
README.md
@@ -2,3 +2,16 @@
2
Backup & Restore PostgreSQL
3
4
*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