From: Tatsuo Ishii Date: Mon, 10 Sep 2001 07:17:01 +0000 (+0000) Subject: The usage of kill is incorrect (lacks "data"). Anyway we should use X-Git-Tag: REL7_2_BETA1~457 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35d3c85ac0893992f979ee21dfd74496d8f0e900;p=postgresql The usage of kill is incorrect (lacks "data"). Anyway we should use pg_ctl instead. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 4ba3046e73..3c69112b8d 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -407,7 +407,7 @@ pg_dumpall -p 5432 | psql -d template1 -p 6543 pg_dumpall > backup -kill -INT `cat /usr/local/pgsql/postmaster.pid` +pg_ctl stop mv /usr/local/pgsql /usr/local/pgsql.old cd /usr/src/postgresql-7.1 gmake install