Friday, 24 June 2022

POSTGRESQL BACKUP & RECOVERY

 POSTGRESQL BACKUP AND RECOVERY

POSTGRESQL BACKUP AND RECOVERY



Hot Backup:-
Note:-
1. Database is must online(No Shutdown).
2.Archive mode must enabled
     archive_command = 'cp %p /archive/%f'
     archive_mode =on
     wal_level=archive 
Step1:-
Go to database Level to find databse id ,its helpfull for easily find os level folders
 























No comments:

Post a Comment

PostgreSQL Health Check - Performance Audit and Recommendations

   PostgreSQL Server Capacity Planning and Optimization: Conduct a thorough assessment of current and projected workload demands on the data...