mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Remove references to backup_fs_hot() in Cluster.pm
This routine has been removed in 39969e2a1e4d with the exclusive backup mode but there were still references to it. Issue noticed while working on 071e3ad59d6f.
This commit is contained in:
parent
949300402b
commit
ca108be72e
@ -62,9 +62,6 @@ PostgreSQL::Test::Cluster - class representing PostgreSQL server instance
|
|||||||
# Do an online pg_basebackup
|
# Do an online pg_basebackup
|
||||||
my $ret = $node->backup('testbackup1');
|
my $ret = $node->backup('testbackup1');
|
||||||
|
|
||||||
# Take a backup of a running server
|
|
||||||
my $ret = $node->backup_fs_hot('testbackup2');
|
|
||||||
|
|
||||||
# Take a backup of a stopped server
|
# Take a backup of a stopped server
|
||||||
$node->stop;
|
$node->stop;
|
||||||
my $ret = $node->backup_fs_cold('testbackup3')
|
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
|
|||||||
B<< $node->backup_dir >>, including WAL. The server must be
|
B<< $node->backup_dir >>, including WAL. The server must be
|
||||||
stopped as no attempt to handle concurrent writes is made.
|
stopped as no attempt to handle concurrent writes is made.
|
||||||
|
|
||||||
Use B<backup> or B<backup_fs_hot> if you want to back up a running server.
|
Use B<backup> if you want to back up a running server.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user