Re: [GENERAL] upgrade postgresql from 8.4.x to 8.4.4

2010-09-09 Thread Devrim GÜNDÜZ
Right. A restart is enough. -- Devrim GÜNDÜZ PostgreSQL DBA @ Akinon/Markafoni, Red Hat Certified Engineer devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz 09.Eyl.2010 tarihinde 22:44 saatinde, Chris Barnes > şun

[GENERAL] upgrade postgresql from 8.4.x to 8.4.4

2010-09-09 Thread Chris Barnes
Is there a procedure to upgrade from 8.4.x to 8.4.4 or am I over thinking it? I'm hoping I can just yum upgrade postgresql and have it just upgrade it without having to dump and restore the whole db. It would be nice if I had to only bounce postgresql to start using the newer version :) Thank

Re: [GENERAL] upgrade PostgreSQL 8.x on production FreeBSD

2006-02-25 Thread [EMAIL PROTECTED]
Thank you all for the valuable advices. I'll try them on a test server and will come back. Thanks again! Iv ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [GENERAL] upgrade PostgreSQL 8.x on production FreeBSD

2006-02-24 Thread Philippe Ferreira
Hi, If the downtime is a concern, you could use Slony-1 for the migration. Philippe Ferreira. [EMAIL PROTECTED] napisał(a): Could anybody point to an on-line resource about the steps involved with upgrading of PostgreSQL 8.x on a production FreeBSD 5.4 with minimum downtime (i.e. 1 - stop

Re: [GENERAL] upgrade PostgreSQL 8.x on production FreeBSD

2006-02-24 Thread Filip Rembiałkowski
[EMAIL PROTECTED] napisał(a): > Could anybody point to an on-line resource about the steps involved with > upgrading of PostgreSQL 8.x on a production FreeBSD 5.4 with minimum > downtime (i.e. 1 - stop db so that no changes happen 2 - dump 3 - > upgrade (ports) 4 - import 5- start db). > here you

Re: [GENERAL] upgrade PostgreSQL 8.x on production FreeBSD

2006-02-23 Thread Alban Hertroys
[EMAIL PROTECTED] wrote: Could anybody point to an on-line resource about the steps involved with upgrading of PostgreSQL 8.x on a production FreeBSD 5.4 with minimum downtime (i.e. 1 - stop db so that no changes happen 2 - dump 3 - upgrade (ports) 4 - import 5- start db). You want to make yo

Re: [GENERAL] upgrade PostgreSQL 8.x on production FreeBSD

2006-02-23 Thread Vivek Khera
On Feb 23, 2006, at 9:21 AM, [EMAIL PROTECTED] wrote: Could anybody point to an on-line resource about the steps involved with upgrading of PostgreSQL 8.x on a production FreeBSD 5.4 with minimum downtime (i.e. 1 - stop db so that no changes happen 2 - dump 3 - upgrade (ports) 4 - import 5

[GENERAL] upgrade PostgreSQL 8.x on production FreeBSD

2006-02-23 Thread [EMAIL PROTECTED]
Could anybody point to an on-line resource about the steps involved with upgrading of PostgreSQL 8.x on a production FreeBSD 5.4 with minimum downtime (i.e. 1 - stop db so that no changes happen 2 - dump 3 - upgrade (ports) 4 - import 5- start db). Thanks, Iv Ray ---(

Re: [GENERAL] upgrade postgreSQL

2000-01-26 Thread Marc Tardif
Under FreeBSD, you should be using the ports. In this case, you could simply use the following commands in the postgresql port directory: make pkg_delete postgresql-6.5.2 make install Though the procedure was simple, there was a little gotcha. You need to: psql template1 select oid,* from pg_data

[GENERAL] upgrade postgreSQL

2000-01-26 Thread Matthias Zehnder
I got the file <<.patch>> and tried to upgrade postgres sous FreeBSD with the command patch from the version 6.5.2 to the version 6.5.3 but it doesn't work. Could somebody explain to me how to upgrade postgres on my server. Thank's for your help __ Matthias