I setup 2 postgres database servers with the new synchronous replication feature to get high availability. Next step is planning a backup strategy. I do not have enough storage to achieve the WALs for more than 5 days. I’m thinking about doing the following: Make a base backup every night and delete WALs < 5 days. Is this the correct backup strategy for my requirements?
|
feedback
|