We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0887650 commit36ac5d2Copy full SHA for 36ac5d2
src/archive.c
@@ -54,11 +54,6 @@ do_archive_push(char *wal_file_path, char *wal_file_name)
54
"Instance '%s' should have SYSTEM_ID = %ld instead of %ld",
55
wal_file_name,instance_name,config->system_identifier,system_id);
56
57
-if (strcmp(current_dir,config->pgdata)!=0)
58
-elog(ERROR,"Refuse to push WAL segment %s into archive. Instance parameters mismatch."
59
-"Instance '%s' should have PGDATA = %s instead of %s",
60
-wal_file_name,instance_name,config->pgdata,current_dir);
61
-
62
/* Create 'archlog_path' directory. Do nothing if it already exists. */
63
dir_create_dir(arclog_path,DIR_PERMISSION);
64
@@ -106,4 +101,4 @@ do_archive_get(char *wal_file_path, char *wal_file_name)
106
101
elog(INFO,"pg_probackup archive-get completed successfully");
107
102
108
103
return0;
109
-}
104
+}