starting postgres with several Data directories

Поиск
Список
Период
Сортировка
От Julius T
Тема starting postgres with several Data directories
Дата
Msg-id 0b6ec9c78f46517edcc4bc09b83001cd@mail.nsoft.lt
обсуждение исходный текст
Ответы Re: starting postgres with several Data directories  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin
Hello, pgsql guru

I have windows version of postgres 8.4 for experiments.
At first - what I have done so far:
1. Copied content of Data directory to Data2
2. Changed the port to 5433 in Data2\postgresql.conf
3. Started postgres from commant prompt like (F:/Program
Files/PostgreSQL/8.4/bin/pg_ctl.exe start -N "postgresql-8.42" -D
"F:/Program Files/PostgreSQL/8.4/data2" -w)
4. Started service of postgres (witch uses Data directory).
5. Test the connection with PgAdmin. Connection OK. Inserting into table of
one server instance doesn't effect second one. Everything seems to work OK.

I wanted to ask if it is OK to start several instances of postgres pointing
to different data directories? I guess thats what the data directories are
after all, but because I failed to find some assurance while google'ing I'm
asking the question. It would be a crying shame to ruin production DB
because of experimental stuff. :)

Thank you in advance.

Julius Tuskenis



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

Предыдущее
От: David Schnur
Дата:
Сообщение: Re: VACUUM FULL memory requirements
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: starting postgres with several Data directories