WAL-G: Backups and Recovery for PostgreSQL Databases
It has long been known that making backups in SQL dumps (using pg_dump or pg_dumpall) is not the best idea. For backing up PostgreSQL databases, it's better to use the pg_basebackup command, which creates a binary copy of the WAL logs. But when you start exploring the entire process of creating a backup and restoration, you'll realize that you need to create at least a couple of tricycles to manage all of this […]
