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
+3
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,9 @@ Most variables are the same as in the [official postgres image](https://hub.dock
95
95
| SCHEDULE | [Cron-schedule](http://godoc.org/github.com/robfig/cron#hdr-Predefined_schedules) specifying the interval between postgres backups. Defaults to `@daily`. |
96
96
| TZ | [POSIX TZ variable](https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html) specifying the timezone used to evaluate SCHEDULE cron (example "Europe/Paris"). |
97
97
| WEBHOOK_URL | URL to be called after an error or after a successful backup (POST with a JSON payload, check `hooks/00-webhook` file for more info). Default disabled. |
98
+
| WEBHOOK_ERROR_URL | URL to be called in case backup fails. Default disabled. |
99
+
| WEBHOOK_PRE_BACKUP_URL | URL to be called when backup starts. Default disabled. |
100
+
| WEBHOOK_POST_BACKUP_URL | URL to be called when backup completes successfully. Default disabled. |
98
101
| WEBHOOK_EXTRA_ARGS | Extra arguments for the `curl` execution in the webhook (check `hooks/00-webhook` file for more info). |
0 commit comments