pg_standby and read only filesystems - Mailing list pgsql-general

From Paul Laughlin
Subject pg_standby and read only filesystems
Date
Msg-id f41e66d10811190057o44e19c98vaa3b2f8e5090b43e@mail.gmail.com
Whole thread Raw
List 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

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Code Organisation
Next
From: Craig Ringer
Date:
Subject: Re: Foreign Key 'walker'?