pg_standby and read only filesystems

From: "Paul Laughlin" <plaughlin(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_standby and read only filesystems
Date: 2008-11-19 08:57:33
Message-ID: f41e66d10811190057o44e19c98vaa3b2f8e5090b43e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are there any known issues with pg_standby in linking mode with the WAL
source on a read only filesystem? Everything works as expected until I
touch the trigger file. When it is in copy mode everything works
perfectly.

LOG: archive recovery complete
PANIC: could not open file "pg_xlog/00000003000002E900000050" (log file
745, segment 80): Read-only file system
LOG: startup process (PID 5554) was terminated by signal 6: Aborted
LOG: aborting startup due to startup process failure

Thanks,

Paul

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2008-11-19 09:16:30 Re: Foreign Key 'walker'?
Previous Message Scott Marlowe 2008-11-19 03:55:10 Re: Code Organisation