I am currently using pg_dump with gzip number with split number. But the problem is that all output files always change. Thus, a backup based on a control copy backs up all the data.
Are there any other good ways to perform an incremental backup of a PostgreSQL database where a full data backup can be restored from backup data?
For example, if pg_dump can make everything absolutely orderly, therefore, all changes are applied only at the end of the dump or similar.
postgresql backup
Dennis Thrysรธe Apr 03 2018-11-11T00: 00Z
source share