Nithil
Joined
770 Experience
0 Lessons Completed
1 Question Solved
Activity
Posted in How to do a incremental backup
I was using postgres database. Changed wal_level to replica, & turned on archive_mode. Then it started generating wal files, which I used to restore to point in time recovery.
Follow steps mentioned in the below link, hope it solves
Hey Chris, how to do a incremental backup. Is there best tools to do that or procedure to do with postgres commands like WAL to get incremental backup.
Posted in How to do a incremental backup
Hey, taking a full backup every day will be huge, so thinking of doing a full backup once in a month & incremental backups every day or so. I would like to know the best solution to achieve this.