WAL file creation

From: "Donald Fraser" <postgres(at)kiwi-fraser(dot)net>
To: "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>
Subject: WAL file creation
Date: 2007-06-15 13:04:09
Message-ID: 001201c7af4d$a9fe0cd0$7d64a8c0@demolish1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Does anybody know if it is possible to create a set of *blank* WAL files for PostgreSQL 8.1, knowing that the database was safely shut down and all data is in tact?

The reason is that during the weekend I failed our master database over to our disaster recovery site, put that in read only mode, whilst I upgraded the master database, and after completing the upgrade and shutting the master down, I some how messed up re-connecting DRDB and lost all the new WAL files. From that point on the master would not start-up for obvious reasons, but I knew there were no pending transactions to be rolled forward in the WAL files, yet without a valid WAL file its impossible to start PostgreSQL.

Thanks in advance,
regards
Donald Fraser

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2007-06-15 14:16:25 Re: WAL file creation
Previous Message David Fetter 2007-06-14 18:45:00 Re: copying tables from as400 to pg with dbi link