Unable to init and run postgresql-12 on centos 8.2.2004

Поиск
Список
Период
Сортировка
От Vishal Agrawal
Тема Unable to init and run postgresql-12 on centos 8.2.2004
Дата
Msg-id CAFA+BR65am9d5_muXu+aVYmKSEvTYHoo7FEu-Om_bMVRYUN4Bw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Unable to init and run postgresql-12 on centos 8.2.2004
Список pgsql-general
Hello,

I'm trying to install postgresql 12 on CentOS 8.2 as following - 

First I run docker container on the host  - 
# docker run --privileged -dit --name pgdg centos:8.2.2004 /sbin/init

Then inside the container, I run the commands given below - 

# yum -y install glibc-langpack-en glibc-locale-source
# localedef -i en_US -f UTF-8 en_US.UTF-8


#  dnf -qy module disable postgresql 

#  dnf install postgresql12-server 

#  /usr/pgsql-12/bin/postgresql-12-setup initdb 

#  systemctl enable postgresql-12

#  systemctl start postgresql-12

Postgresql starts at this point... 

However, when I try to stop it, it just hangs - 

# systemctl stop postgresql-12 (hangs)

Can someone help how to resolve this?

Thanks,
Vishal

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

Предыдущее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: i am getting issue as FATAL: password authentication failed foruser ' postgres' tried
Следующее
От: Srinivasa T N
Дата:
Сообщение: Re: Unable to init and run postgresql-12 on centos 8.2.2004