Re: Running postgres on a read-only file system

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Running postgres on a read-only file system
Дата
Msg-id 1030743810.8617.2.camel@jester
обсуждение исходный текст
Ответ на Re: Running postgres on a read-only file system  ("Tyler Mitchell" <TMitchell@lignum.com>)
Список pgsql-hackers
> One more idea, is it possible to "fake" a read-write file system.  I.e.
> supply the files that postgresql will be looking for? (I know it's a
> stretch, but hey, this IS the "hackers" list)  :)

One of the tricks I use for diskless systems is to mount a ramdrive in a
union mount with a read only nfs mount.  This allows filewrites (to the
ram drive) but old originals are retrieved from the ramdrive.

This is done on FreeBSD, but is effective enough for getting a fully
functioning system (yes, Postgresql included).  Takes quite a bit of ram
though.


Perhaps there is a toolkit for windows that can do similar union mounts?



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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Running postgres on a read-only file system
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: source code indexer