Re: Multiple PostgreSQL instances on one machine

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: Multiple PostgreSQL instances on one machine
Дата
Msg-id CALd+dcdGSz=ha2-34ku5Bs1uOE2+zwejkUpUErKRdS1zpk+cqw@mail.gmail.com
обсуждение исходный текст
Ответ на Multiple PostgreSQL instances on one machine  ("Tony Sullivan" <tony@exquisiteimages.com>)
Список pgsql-general
If they are just test environments, why a whole dedicated cluster per instance? Just give each a unique name for the database and run it all on one cluster.

I'd also go back and reconsider why these are separate machines in the first place and make sure you're not violating any assumptions that were made.


On Fri, Jun 8, 2018 at 4:29 PM, Tony Sullivan <tony@exquisiteimages.com> wrote:
I am trying to consolidate some machines in my server room particularly in
the testing environment and I was hoping someone could point me in the
right direction.

I currently have three machines running PostgreSQL for testing purposes.
Each week a backup is made of the production database and this is deployed
onto these three machines. None of these machines is any where near
capacity. I would like to host all three instances on one machine.

I know that "initdb" can be used to create additional installations, but
the part I am unsure about is the tablespace. The production database has
a tablespace defined that resides on its SSD. When I use the production
backup, I have to create a mount point on the test machine with the same
name as the one on the production database. I am not certain how I would
handle this situation if I am serving three separate instances of that
database from one computer.



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

Предыдущее
От: "Tony Sullivan"
Дата:
Сообщение: Multiple PostgreSQL instances on one machine
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Multiple PostgreSQL instances on one machine