Database Administration & Monitoring
New options for pg_basebackup in PostgreSQL 15
21.01.2022 by Daniel Westermann
If, and you should, are doing base backups of your PostgreSQL instances you've probably used pg_basebackup. Another use case for pg_basebackup is to create a starting point for replicas when you are setting up streaming replication. Up(…)