| ▲ | afgrant 4 hours ago | ||||||||||||||||
Does Postgres no have online backup built in? All of the other major DBMSes do. | |||||||||||||||||
| ▲ | nijave 3 hours ago | parent | next [-] | ||||||||||||||||
Postgres is very "unix-y" in that everything is a separate tool. It has backup interfaces and commands but doesn't ship with a comprehensive backup management solution. | |||||||||||||||||
| ▲ | zie 3 hours ago | parent | prev [-] | ||||||||||||||||
See the documentation: https://www.postgresql.org/docs/current/backup.html all of these various 3rd party backup tools use these things. Mostly it's QOL stuff that you get from a 3rd party tool. We use barman, very happily: https://pgbarman.org/ | |||||||||||||||||
| |||||||||||||||||