repmgr package : missing things - Mailing list pgsql-pkg-yum

From Sébastien Lardière
Subject repmgr package : missing things
Date
Msg-id 54BCC875.5010601@2ndquadrant.fr
Whole thread Raw
Responses Re: repmgr package : missing things
List pgsql-pkg-yum
Hi,

Working with repmgr on a Centos system, I found that some things missing :

 - No initscript
 - No system user created,
 - No Log and PID directory
 - No Default Conf file

As it's important and easy to provide a complete tool, please find the
initscript attached, and this simple code to add to the package :

useradd -r repmgr
mkdir -p /var/log/repmgr /var/run/repmgr /etc/repmgr
chown -R repmgr /var/log/repmgr /var/run/repmgr /etc/repmgr

Files attached :
/etc/init.d/repmgrd
/etc/repmgr/repmgr.conf



--
Sébastien Lardière
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


Attachment

pgsql-pkg-yum by date:

Previous
From: Tomonari Katsumata
Date:
Subject: Wrong PGPREVMAJORVERSION?
Next
From: Sébastien Lardière
Date:
Subject: Skytools package : missing things