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
Restore from backup with fly pg backups restore new-db
The new DB fails to become healthy, and I don't think postgres ever exits recovery mode:
2024-08-12T19:55:42Z app[3d8dd719a93e78] iad [info]postgres | 2024-08-12 19:55:42.084 UTC [393] FATAL: recovery aborted because of insufficient parameter settings
2024-08-12T19:55:42Z app[3d8dd719a93e78] iad [info]postgres | 2024-08-12 19:55:42.084 UTC [393] DETAIL: max_connections = 300 is a lower setting than on the primary server, where its value was 320.
The text was updated successfully, but these errors were encountered:
fly pg config update --max-connections 320
fly pg backups enable
fly pg backups restore new-db
The text was updated successfully, but these errors were encountered: