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
{{ message }}
This repository was archived by the owner on Apr 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The below table lists all of the Environment Variables that are configurable for
25
25
| TARGET_DATABASE_NAMES |**(Required)** Name of the databases to dump. This should be comma seperated (e.g. `database1,database2`). |
26
26
| TARGET_DATABASE_USER |**(Required)** Username to authenticate to the database with. |
27
27
| TARGET_DATABASE_PASSWORD |**(Required)** Password to authenticate to the database with. Should be configured using a Secret in Kubernetes. |
28
-
| BACKUP_TIMESTAMP |**(Required)**FORMAT of [date](http://man7.org/linux/man-pages/man1/date.1.html)which added to dump filename. Emty string if no need. |
28
+
| BACKUP_TIMESTAMP |**(Optional)**Date string to append to the backup filename ([date](http://man7.org/linux/man-pages/man1/date.1.html)format). Leave unset if using S3 Versioning and date stamp is not required. |
29
29
| SLACK_ENABLED |**(Optional)** (true/false) Enable or disable the Slack Integration (Default False). |
30
30
| SLACK_USERNAME |**(Optional)** (true/false) Username to use for the Slack Integration (Default: kubernetes-s3-mysql-backup). |
31
31
| SLACK_CHANNEL |**(Required if Slack enabled)** Slack Channel the WebHook is configured for. |
0 commit comments