1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

Ignore stream param from backup if we start restore without backup_id.

This commit is contained in:
stalkerg
2016-11-17 19:08:10 +03:00
parent c084fee35c
commit 9d579bc195
+2 -1
View File
@@ -204,7 +204,8 @@ base_backup_found:
!satisfy_recovery_target(backup, rt))
continue;
stream_wal = backup->stream;
if (backup_id != 0)
stream_wal = backup->stream;
print_backup_lsn(backup);
restore_database(backup);