Running postgres on a read-only file system

Поиск
Список
Период
Сортировка
От Tyler Mitchell
Тема Running postgres on a read-only file system
Дата
Msg-id OFF16A503E.111A187D-ON88256C25.0071ED03-88256C25.00722457@lignum.com
обсуждение исходный текст
Список pgsql-hackers
Hi, I couldn't get any good answers off the ADMIN list, can you help me?

I haven't been able to finding information on this, or at least I
haven't known the right keywords to search for.

We are trying to make  a fully contained, CD-runable version of postgres
for advocacy purposes.
The only problem we are really having is the locking of the database files
in the PGDATA folder.  Since the PGDATA folder is going to be on the CD
(i.e. read-only) normal setup prevents us from doing this.  We indeed, only
want to read data and not write.

Can you direct me to either other resources to read or at least point me to
the settings/functionality that I need to learn more about?  Or better yet
could you give me some guidance on how to get around this.  The simpler the
solution the better (i.e. postmaster
options, environment variables, etc.).

Is it possible somehow?

Tyler

p.s. We are testing this on a windows beta but I hope that doesn't make a
difference.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: pgaccess - where to store the own data
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Accessing original TupleDesc from SRF