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 65345f2 commit 8ce27c9Copy full SHA for 8ce27c9
src/pg_probackup.c
@@ -944,6 +944,11 @@ main(int argc, char *argv[])
944
current.stream = stream_wal;
945
if (start_time == 0)
946
start_time = current_time;
947
+ else
948
+ elog(WARNING, "Please do not use the --start-time option to start backup. "
949
+ "This is a service option required to work with other extensions. "
950
+ "We do not guarantee future support for this flag.");
951
+
952
953
/* sanity */
954
if (current.backup_mode == BACKUP_MODE_INVALID)
0 commit comments