We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba0302 commit 0f16f1fCopy full SHA for 0f16f1f
backup.c
@@ -151,9 +151,8 @@ do_backup_database(parray *backup_list, pgBackupOption bkupopt)
151
152
prev_backup = catalog_get_last_data_backup(backup_list, current.tli);
153
if (prev_backup == NULL)
154
- elog(ERROR, "Valid full backup not found for "
155
- "differential backup. Either create a full backup "
156
- "or validate existing one.");
+ elog(ERROR, "Timeline has changed since last full backup."
+ "Create new full backup before an incremental one.");
157
}
158
159
/* clear ptrack files for FULL and DIFF backup */
0 commit comments