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
Now that it's implemented in go-scalingo, we can add maintenance windows and periodic backups configuration here! (Scalingo/go-scalingo#339)
Preview :
resource"scalingo_addon""redis" {
provider_id="scalingo-redis"plan="redis-sandbox"app=scalingo_app.test_app.iddatabase_features=["force-ssl", "redis-aof"]
# run the maintenance only on Sundays at approximately 2ammaintenance_window={
weekday_utc =7
starting_hour_utc =2
}
# backup database every day at 1am, disabled if empty or nullperiodic_backups_scheduled_at=[1]
}
Sounds great! I can't wait!
The text was updated successfully, but these errors were encountered:
josephpage
changed the title
[Database][Feature] Add maintenance windows
[Resource Addon][Feature] Add maintenance windows
Jul 7, 2023
@josephpage Feature is not yet globally available, it will be added to the provider once done :-D (You're so reactive)
josephpage
changed the title
[Resource Addon][Feature] Add maintenance windows
[Resource Addon][Feature] Add Maintenance Windows and Periodic Backups Config
Aug 12, 2024
Now that it's implemented in go-scalingo, we can add maintenance windows and periodic backups configuration here! (Scalingo/go-scalingo#339)
Preview :
Sounds great! I can't wait!
The text was updated successfully, but these errors were encountered: