by fbax@[EMAIL PROTECTED]
(Frank Bax)
Apr 24, 2008 at 09:00 AM
Didier Gasser-Morlay wrote:
> - I believe that restoring a backup onto an existing, non empty
> database generates 'primary key violations' and I am not sure about
> what happens to exsiting records, I do not believe they are updated so
> I can get a restored database with data inconsistent with the 'live'
> server
Correct; existing rows within tables will not be updated.
> so, as I understand it, I would on the re****t server need to drop the
> database ; create a new bank database and restore onto this new
> database.
>
> If I am correct so far, my question is : is it a good practice to drop
> and create a database every day on a postgreSQL server or do I risk
> any corruption of the database cluster (that's how I call the
> directory and files created with initdb)
Go ahead. Simply use -c option of pg_dump/pg_dumpall.
--
Sent via pgsql-novice mailing list (pgsql-novice@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice