On Tue, 2025-03-04 at 14:26 +0530, chandan Kumar wrote: > Hello, > I hope you are doing fine. I need your expertise on below case study. > My current production environment is 2 node streaming replication hosted on > Ubuntu VM 's on Azure. I have performed below steps on primary database. > 1- Take Base backup > 2- Create a restore point using pg_create_restore_point() > 3- executed some DDL statement (CREATE VIEW,ADD INDEX,DROP INDEX) > 4- Perform rollback using restore point > To rollback, you must stop PostgreSQL, restore the last full backup, and apply > WAL files until the restore point: > 1. Stop PostgreSQL Service > 2. Restore from Full Backup (Using pg_basebackup)