Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf2ddb9f

Browse files
committed
[Issue#250] disable remote mode when running retention purge after backup
1 parentc1ed6ff commitf2ddb9f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎src/data.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ backup_non_data_file(pgFile *file, pgFile *prev_file,
726726
}
727727

728728
backup_non_data_file_internal(from_fullpath,FIO_DB_HOST,
729-
to_fullpath,file,true);
729+
to_fullpath,file,missing_ok);
730730
}
731731

732732
/*

‎src/delete.c‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ void do_retention(void)
135135
backup_deleted= false;
136136
backup_merged= false;
137137

138+
/* For now retention is possible only locally */
139+
MyLocation=FIO_LOCAL_HOST;
140+
138141
/* Get a complete list of backups. */
139142
backup_list=catalog_get_backup_list(instance_name,INVALID_BACKUP_ID);
140143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp