Skip to content

Commit effc719

Browse files
author
Arthur Zakirov
committed
Bug fix. Save all metadata of the target backup, not only its status
1 parent cc45cea commit effc719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/merge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ merge_backups(pgBackup *to_backup, pgBackup *from_backup)
326326
to_backup->wal_bytes = BYTES_INVALID;
327327

328328
pgBackupWriteFileList(to_backup, files, from_database_path);
329-
write_backup_status(to_backup);
329+
write_backup(to_backup);
330330

331331
/* Cleanup */
332332
pfree(threads_args);

0 commit comments

Comments
 (0)