Re: postsgresql-dump not found in install

From: Tony Ziolkowski <aziolk(at)rogers(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: postsgresql-dump not found in install
Date: 2002-12-30 14:41:35
Message-ID: 3E105B1F.80908@rogers.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message HT Levine 2002-12-30 18:12:15 Re: max_fsm_pages Sanity Check
Previous Message CoL 2002-12-30 12:41:16 Re: postsgresql-dump not found in install