Re: Upgrading Database: need to dump and restore?

Поиск
Список
Период
Сортировка
От Carlos Oliva
Тема Re: Upgrading Database: need to dump and restore?
Дата
Msg-id h06l78$2gho$1@news.hub.org
обсуждение исходный текст
Ответ на Upgrading Database: need to dump and restore?  ("Carlos Oliva" <carlos@pbsinet.com>)
Ответы Re: Upgrading Database: need to dump and restore?  (Bill Moran <wmoran@potentialtech.com>)
Список pgsql-general
Can the synchronization with Slony run while the old database is still being
updated daily?  I am wondering if we can just let Slony run until the
databases are fully synchronized and then switch databases.
"Bill Moran" <wmoran@potentialtech.com> wrote in message
news:20090603153556.f05e6bd2.wmoran@potentialtech.com...
> In response to Grzegorz Jaskiewicz <gryzman@gmail.com>:
>
>> On Wed, Jun 3, 2009 at 8:14 PM, Bill Moran <wmoran@potentialtech.com>
>> wrote:
>> > In response to "Carlos Oliva" <carlos@pbsinet.com>:
>> >
>> >> Woudl it be possible to keep the current postgresql version running in
>> >> a
>> >> different port, install a new version of postgresql, and copy the data
>> >> from
>> >> one version to the other while both versions are running? This might
>> >> give
>> >> us time to copy the tables and databases one at a time and reconfigure
>> >> the
>> >> database access for parts of the application until we complete the
>> >> migration
>> >> to the new version.
>> >
>> > Your best bet would be to install Slony-I. One of the main design goals
>> > for Slony is to allow interruption-free upgrades.
>>
>> I don't think it is "easy", but will do if you need to synchronize
>> data before switching.
>
> "easy" was not the point.  I gathered from his comments that downtime is
> an issue, and I know (from experience) that Slony provides the ability
> to upgrade with almost no downtime, even with very large databases.
>
> His plan of migrating tables one at a time may work, but it's
> frighteningly
> error-prone.  If he copies a table, how does he know the data hasn't
> changed during the copy?  What if he doesn't quite get all the clients
> switched over all at once?  How do you do a JOIN when one table is in
> one database and the other somewhere else?
>
> Once the DBs are in sync with Slony, a single command will switch to the
> new server.  If it doesn't go well (because he has a client compatibility
> problem, for example -- casts anyone?) it's a simple process to switch
> back, all with a guarantee that his data will never be lost, out of sync
> or corrupted.
>
> And if his application requires small downtime windows, this is a process
> he will benefit from getting familiar with anyway.
>
> --
> Bill Moran
> http://www.potentialtech.com
> http://people.collaborativefusion.com/~wmoran/
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>



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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: High I/O writes activity on disks causing images on browser to lag and not load
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: warm standby with WAL shipping