Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 35962c81 authored by Idriss's avatar Idriss
Browse files

Missing variable

parent 29361d1b
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ By default it's each day at 3.00am.
4. If you're on mysql/mariadb, here's the configuration for a single database:
```yaml
backup_date_format: "+%Y%m%d"
bucket_endpoint: "https://s3.fr-par.scw.cloud" # change-it by your provider
bucket_access_key: changeit
bucket_secret_key: changeit
......@@ -159,6 +160,7 @@ backup_max_retention: 3 # number of retention days you can re-adjust
If you're on PostgreSQL:
```yaml
backup_date_format: "+%Y%m%d"
bucket_endpoint: "https://s3.fr-par.scw.cloud" # change-it by your provider
bucket_access_key: changeit
bucket_secret_key: changeit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment