| От | Richard Huxton |
|---|---|
| Тема | Re: "stopping" a single database in a cluster |
| Дата | |
| Msg-id | 455460A1.7040500@archonet.com обсуждение исходный текст |
| Ответ на | "stopping" a single database in a cluster ("Anton Melser" <melser.anton@gmail.com>) |
| Список | pgsql-general |
Anton Melser wrote: > Hi, > Is it possible to stop a single database, like it is with Oracle? Our > oracle admin asked this for FS backups, if there are 3 dbs (in > separate tablespaces) then there seems no reason why this couldn't be > possible... is it possible? No - the transaction log (WAL) is shared. You'll need to include that in any filesystem backup. > ps. If this isn't possible, what experiences do people have with > running several postgres instances on a single machine? It's perfectly possible - most of the developers do so, and I do it so I can test new versions while supporting old ones. Of course, each will have their own shared memory allocations so that might impact your performance. -- Richard Huxton Archonet Ltd
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера