File tree 1 file changed +1
-4
lines changed
src/test/perl/PostgreSQL/Test
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
62
62
# Do an online pg_basebackup
63
63
my $ret = $node->backup('testbackup1');
64
64
65
- # Take a backup of a running server
66
- my $ret = $node->backup_fs_hot('testbackup2');
67
-
68
65
# Take a backup of a stopped server
69
66
$node->stop;
70
67
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
759
756
B<< $node->backup_dir >> , including WAL. The server must be
760
757
stopped as no attempt to handle concurrent writes is made.
761
758
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.
763
760
764
761
=cut
765
762
You can’t perform that action at this time.
0 commit comments