From: | Doug Whitfield <douglasawh(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | CentOS 7 yum package systemd bug? |
Date: | 2020-11-03 15:42:49 |
Message-ID: | A7838B13-5899-4724-878A-52E1A75ACD1E@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi folks.
Unclear to me if this is a systemd bug or a Postgresql 12 bug, so I figured I would get some thoughts here before reporting in detail.
It is pretty simple to reproduce. If you start your standby server with incorrect username or password using ’systemctl start postgresql-12’ then systemctl just “hangs”. The replication issues get logged, and it isn’t hard to fix, but it doesn’t seem like the appropriate outcome. If you make a syntax error, the systemctl knows that you failed. Of course, this is better than having a normal exit status and moving on with life only to find out your replication isn’t working, but it doesn’t seem right.
This is my repo listing:
[pgdg12]
name=PostgreSQL 12 for RHEL/CentOS $releasever - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-$releasever-$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
To be clear, I already fixed the issue. I am just wondering if people think this is a systemd bug or a PostgresQL bug or it is just a garbage in, garbage out sort of situation not worth filing anywhere.
Best Regards,
Doug
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2020-11-04 08:45:04 | Re: CentOS 7 yum package systemd bug? |
Previous Message | steve.b@osfda.org | 2020-11-02 23:01:21 | Re: [PATCH] Warn users about duplicate configuration parameters |