On 2011-01-24, Albretch Mueller <[email protected]> wrote: > ~ > I need to configure postgreSQL in a way that I could run it from a > directory mounted as read only, with separate rw partitions mounted > for the data, logs, . . . > ~ > What would be the steps to follow and the issues to take into consideration?
first read through the main config file as far as I know postgres doesn't need to write the main cluster directory (/var/lib/postgres/8.4/main here - a debian variant) only the subdirectories off it data,xlog etc... -- ⚂⚃ 100% natural -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
