Re: How do you upgrade for production servers?

Поиск
Список
Период
Сортировка
От Gregory S. Williamson
Тема Re: How do you upgrade for production servers?
Дата
Msg-id 71E37EF6B7DCC1499CEA0316A256832802B3EB14@loki.wc.globexplorer.net
обсуждение исходный текст
Ответ на How do you upgrade for production servers?  (Arnau <arnaulist@andromeiberica.com>)
Список pgsql-admin
Realistically you should include some time for testing ... a few things may fail to work (not many -- the core is quite
goodabout legacy issues, me thinks), but you may well run into some things that take longer to run that they used to.
ExplainAnalyze is your faithful companion, as is the performance list. Better to spend an extra day or two than start
gettingphone calls and pages, IMHO. SO do a trial run, hopefully test it with real queries for speed, desired results
andso on. (Generally we've found that newer versions do run faster but there are exceptions.) 

Greg Williamson
DBA
GlobeXplorer LLC


-----Original Message-----
From:    pgsql-admin-owner@postgresql.org on behalf of Andy Shellam (Mailing Lists)
Sent:    Fri 12/29/2006 4:42 AM
To:    arnaulist@andromeiberica.com; pgsql-admin@postgresql.org
Cc:
Subject:    Re: [ADMIN] How do you upgrade for production servers?

If upgrading between minor versions in the same series (e.g. 8.1.3 -
8.1.5) you can simply use the same data directory.

However, if the major version changes (e.g. 8.1.x - 8.2.x), you must:

1. Dump the databases from your old server (preferably using the new
version client, I believe) while your old server is still running
2. Stop your old version
3. Start your new version
4. Restore the backup into your new version

For the minimum downtime, the best thing to do is get the 2 servers
running together (e.g. run your new version on port 5433) - then dump
your old database, stop your old server (so no updates can get in after
your backup), restore the backup into the new server, and restart your
new server on port 5432.  It all depends on how big your databases are,
and the length of time it'll take to restore your backup.

Happy New Year to you too.

Andy.

Arnau wrote:
> Hi all,
>
>   This is a general question about which procedure you follow when you
> upgrade your productions servers. Let's say we have a server running
> and older version and I want to install the latest version on the same
> server. Do you install slony? do you dump all the databases, install
> the latest version and after you restore? any other procedure? I'd
> like to have my production server down as less time as possible.
>
>
> Thank you very much and have a great new year :D


--
Andy Shellam
NetServe Support Team

the Mail Network
"an alternative in a standardised world"

p: +44 (0) 121 288 0832/0839
m: +44 (0) 7818 000834


---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

                http://www.postgresql.org/about/donate


-------------------------------------------------------
Click link below if it is SPAM gsw@globexplorer.com

"https://mailscanner.globexplorer.com/dspam/dspam.cgi?signatureID=45950c6642261055016784&user=gsw@globexplorer.com&retrain=spam&template=history&history_page=1"
!DSPAM:45950c6642261055016784!
-------------------------------------------------------






В списке pgsql-admin по дате отправления:

Предыдущее
От: "Andy Shellam (Mailing Lists)"
Дата:
Сообщение: Re: How do you upgrade for production servers?
Следующее
От: Jerry Sievers
Дата:
Сообщение: Re: How do you upgrade for production servers?