File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/test/perl/PostgreSQL/Test Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ PostgreSQL::Test::Cluster - class representing PostgreSQL server instance
6262 # Do an online pg_basebackup
6363 my $ret = $node->backup('testbackup1');
6464
65- # Take a backup of a running server
66- my $ret = $node->backup_fs_hot('testbackup2');
67-
6865 # Take a backup of a stopped server
6966 $node->stop;
7067 my $ret = $node->backup_fs_cold('testbackup3')
@@ -759,7 +756,7 @@ Create a backup with a filesystem level copy in subdirectory B<backup_name> of
759756B<< $node->backup_dir >> , including WAL. The server must be
760757stopped as no attempt to handle concurrent writes is made.
761758
762- Use B<backup > or B< backup_fs_hot > if you want to back up a running server.
759+ Use B<backup > if you want to back up a running server.
763760
764761=cut
765762
You can’t perform that action at this time.
0 commit comments