On 6/21/20 7:53 AM, Vishal Agrawal wrote:
Seenu, I don't see any journalctl entry other than the log that
postmaster has been killed. (Jun 21 14:52:30 f9cbc3b08e20 systemd[1]:
postgresql-12.service: Killing process 1096 (postmaster) with signal
SIGKILL.)
Any further suggestions on where to loo
On Sun, Jun 21, 2020, 8:23 PM Vishal Agrawal
wrote:
> Seenu, I don't see any journalctl entry other than the log that postmaster
> has been killed. (Jun 21 14:52:30 f9cbc3b08e20 systemd[1]:
> postgresql-12.service: Killing process 1096 (postmaster) with signal
> SIGKILL.)
> Any further suggestion
Seenu, I don't see any journalctl entry other than the log that postmaster
has been killed. (Jun 21 14:52:30 f9cbc3b08e20 systemd[1]:
postgresql-12.service: Killing process 1096 (postmaster) with signal
SIGKILL.)
Any further suggestions on where to look ?
It does seem to work with systemd-239-18 (
On Sun, Jun 21, 2020, 8:57 AM Vishal Agrawal
wrote:
> 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 comman
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-s