Re: postsgresql-dump not found in install - Mailing list pgsql-admin

From Tony Ziolkowski
Subject Re: postsgresql-dump not found in install
Date
Msg-id 3E105B1F.80908@rogers.com
Whole thread Raw
In response to postsgresql-dump not found in install  (Tony Ziolkowski <aziolk@rogers.com>)
Responses Re: postsgresql-dump not found in install
List pgsql-admin
No I meant what i wrote. The section from README.rpm-dist is:

To facilitate upgrading, the postgresql-dump utility has been provided.
  Look
at the man page for postgresql-dump to see its usage.  All executables to
restore the immediately prior version of the PostgreSQL database are
placed in
the directory /usr/lib/pgsql/backup, and are accessed by the postgresql-dump
script.  The directory /usr/lib/pgsql/backup is owned by the postgres
user --
you can use this directory to hold dump files and preserve directories.

The basic sequence is:
(as user postgres):
postgresql-dump -t /var/lib/pgsql/backup/db.bak -p
/var/lib/pgsql/backup/old -d
(you can abort the ASCII dump with 'Q', as it uses more) Then, (as user
root):

service postgresql start

(which will automatically create a new database structure) And finally,

(as user postgres):
psql -e template1 </var/lib/pgsql/backup/db.bak


CoL wrote:
> you mean: pg_dump ?
> C.
>
> Tony Ziolkowski wrote, On 12/29/2002 9:06 PM:
>
>> I just upgraded my redhat linux from 7.2 to 8.0. During that process
>> postgresql 7.2.2 was installed on the system. According to the
>> documentation i should run postgresql-dump. However, I can't find that
>> program anywhere. Aside from the obvious of uninstalling 7.2, what can
>> I do?
>>
>> Thanks
>>
>



pgsql-admin by date:

Previous
From: CoL
Date:
Subject: Re: postsgresql-dump not found in install
Next
From: Petr Swedock
Date:
Subject: Re: postmaster failing to shut down