lock database share

From: salah jubeh <s_jubeh(at)yahoo(dot)com>
To: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: lock database share
Date: 2012-11-05 13:15:41
Message-ID: 1352121341.11174.YahooMailNeo@web122204.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have the following scenario, I would like to upgrade a database server from 8.3 to 9.1. The upgrade includes also a hardware upgrade.

I would like to have the following

1. Make sure that the upgraded server and the old server have the same snapshot of data.
2. Make sure that the old server data is accessible for read only after taking the data snapshot until making the new server alive and tested

The lock database command is not yet implemented, so what are the ways to hack this command.  Also,  I need to make sure that the server is down for very short time, so is there a better way than using pg_dump and pg_restore for different database server versions ?

Regards

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Broniewski 2012-11-05 13:36:44 Re: Memory issue on FreeBSD
Previous Message Achilleas Mantzios 2012-11-05 11:52:30 Re: Memory issue on FreeBSD