Hi all.
I have a question regarding PostgreSQL.
We have a PostgresSQL server with very little activity. We do a daily backup of the server with the option set to make a “Archive Delete” of the logs.
Some times it happens that no new WAL files have been created, so the backup job goes to pending with the below error message:
Error Code: [94:66]
Description: PostgreSQL Database: The Data backup has failed. Archive Log files are missing preventing this job from completing on Instance [~xxxxx_5434~] Client [~xxxxxx~]. Please run a FULL backup.
Source:xxxxxx, Process: PostGresLogBackupParent
What can be done so I do not get a pending/failed job and so I do not need to run a full backup? Are there any secret additional setting there can be set to ignore this and make the job complete successful?
Thanks
-Anders
