Re: Upgrade to RH9.....Help....PostgreSQL newbie

From: Gémes Géza <geza(at)kzsdabas(dot)sulinet(dot)hu>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Raymond Chan <cwraymond2000(at)yahoo(dot)com(dot)hk>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Upgrade to RH9.....Help....PostgreSQL newbie
Date: 2003-05-08 12:35:27
Message-ID: 3EBA4F0F.2010705@kzsdabas.sulinet.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Lamar Owen írta:

>On Wednesday 07 May 2003 20:41, Raymond Chan wrote:
>
>
>>How can I update the dtatbase??
>>
>>
>
>
>
>>I am a new user to use the postgreSQL.Please help me
>>and state the instruction step by step
>>
>>
>
>1.) Download the 7.2.4 redhat 9 RPMs from ftp.postgresql.org, in the directory
>/pub/binary/v7.2.4/RPMS/redhat-9
>2.) Downgrade your PostgreSQL by using 'rpm -Fvh --oldpackage
>postgresql*7.2.4.i386.rpm'
>3.) Restart postmaster.
>
>
Then as root:

su -c 'pg_dumpall > /path/to/an_sql/dump/file ' postgres
Stop the postmaster: service postgresql stop
Move away your directories holding the databases Usualy
/var/lib/pgsql/data, *don't delete them! It's a backup copy*
Upgrade back to postgresql 7.3.2 from the RedHat CDs, DVD, or whatsover
Start the postmaster: service postgresql start
su -c 'psql template1' postgres
at the template1# prompt type \i /path_to_the_previously_saved_sql_file
Thats all hopefully

Best Regards

Geza Gemes

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Luis Sousa 2003-05-08 13:02:46 unsubscribe
Previous Message PRAGATI SAVAIKAR 2003-05-08 04:30:36 Query About vacuum and pg_dump