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
Currently in Spilo, BACKUP_NUM_TO_RETAIN is being used to represent the number of days to retain backups, which can be misleading. I recommend introducing BACKUP_DAYS_TO_RETAIN to clarify this purpose, while keeping BACKUP_NUM_TO_RETAIN specifically for limiting the total number of backups in the script.
Currently in Spilo,
BACKUP_NUM_TO_RETAIN
is being used to represent the number of days to retain backups, which can be misleading. I recommend introducingBACKUP_DAYS_TO_RETAIN
to clarify this purpose, while keepingBACKUP_NUM_TO_RETAIN
specifically for limiting the total number of backups in the script.ref:
spilo/postgres-appliance/scripts/postgres_backup.sh
Line 14 in 4b3d1c6
The text was updated successfully, but these errors were encountered: