WAL-G and scheduled backup #1971
Replies: 4 comments
-
Looks like setting both WAL-G and WAL-E does the trick:
The backup are now scheduled. Wonder if setting both WAL-G and WAL-E has side-effects... |
Beta Was this translation helpful? Give feedback.
-
Backup every 10 minutes? Are you aware of continuous archiving? |
Beta Was this translation helpful? Give feedback.
-
the backup interval of 10 minutes was just for testing as I didn't want to wait hours to see if the scheduled backup worked. |
Beta Was this translation helpful? Give feedback.
-
I came across the exact same issue today when testing it in my dev environment. It seems BACKUP_SCHEDULE is set in the image itself. So providing it in resource config does not work at all for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have configured backup to use WAL-G, however, the backups are not scheduled.
For example:
From the source code it looks like the parameter BACKUP_SCHEDULE is only used by WAL-E:
configure_spilo.py#L961
Isn't scheduled WAL-G backup supported by Spilo?
Beta Was this translation helpful? Give feedback.
All reactions