Re: Adding another cluster on same machine

Поиск
Список
Период
Сортировка
От Yambu
Тема Re: Adding another cluster on same machine
Дата
Msg-id CALhHtcB4_DCP+XrZQLXp2=7uaTgUX5Nq2W0+_aa6Gxi=kpi3OQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Adding another cluster on same machine  (Ron <ronljohnsonjr@gmail.com>)
Ответы Re: Adding another cluster on same machine
Re: Adding another cluster on same machine
Список pgsql-admin
Hi

Centos 7
Postgres v10

yum install postgresql10-server

/usr/pgsql-10/bin/postgresql-10-setup initdb

systemctl enable postgresql-10.service
systemctl status  postgresql-10.service
systemctl start  postgresql-10.service

On Fri, Dec 4, 2020 at 3:34 PM Ron <ronljohnsonjr@gmail.com> wrote:
On 12/4/20 12:27 AM, Yambu wrote:
> Hi
>
> Im trying to add a second cluster on the same machine, but im getting
> error below,what could be the problem?
>
> -bash-4.2$ /usr/pgsql-10/bin/postgresql-10-setup initdb -D
> /var/lib/pgsql/10/data-log -p 5433
> systemctl: invalid option -- 'D'
> failed to find PGDATA setting in -D.service

What distro (including version!) are you running?
How did you install Postgres?

--
Angular momentum makes the world go 'round.


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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Adding another cluster on same machine
Следующее
От: Ron
Дата:
Сообщение: Re: Adding another cluster on same machine