Re: [PHP] upgrading to 7.4.2

From: "Goulet, Dick" <DGoulet(at)vicr(dot)com>
To: "Bruno Wolff III" <bruno(at)wolff(dot)to>, "Raul Secan" <raul(at)zerosoft(dot)ro>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: [PHP] upgrading to 7.4.2
Date: 2004-03-24 17:44:06
Message-ID: 4001DEAF7DF9BD498B58B45051FBEA656D82F6@25exch1.vicorpower.vicr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Comparing a MySql upgrade to anything else is comparing apples to eggplants. Their not even in the same group. mySql likes to leave their datafiles alone making all of their changes in the binaries. Now while that is good from an upgrade standpoint, what do you upgrade for? New Features. MySql doesn't like new features as it will "slow down the database".

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA

-----Original Message-----
From: Bruno Wolff III [mailto:bruno(at)wolff(dot)to]
Sent: Wednesday, March 24, 2004 12:26 PM
To: Raul Secan
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] [PHP] upgrading to 7.4.2

I am copying this back to the admin list to keep the discussion where more
people can comment. (The admin list is more appropiate than the PHP
list where your initial questions were posted.)

On Wed, Mar 24, 2004 at 10:09:51 +0200,
Raul Secan <raul(at)zerosoft(dot)ro> wrote:
> What I mean is that this is the only posibility to upgrade Postgres, by
> deleting the old one and installing the new one?
>
> Isn't there an easy way to upgrade this database server (for example MySQL's
> upgrade is very easy to do: rpm -Uvh mysql.xxxxx.rpm)?

If you have rpms for 7.4.2 you can do the update that way. That just replaces
the binaries, it doesn't do anything to the data. That technique will
work as long as you are doing an upgrade between two minor releases of
the same major release. You have to do a dump first if you are changing
major release version. Also you should read the release notes for 7.4.2
as there are some special instructions in this case.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tsirkin Evgeny 2004-03-24 17:49:12 Re: [Retrieved]RE: backup and recovery
Previous Message Bruno Wolff III 2004-03-24 17:26:08 Re: [PHP] upgrading to 7.4.2