recovery_1st_stage bug

From: Slava Bendersky <volga629(at)networklab(dot)ca>
To: pgsql-pkg-yum(at)postgresql(dot)org
Subject: recovery_1st_stage bug
Date: 2020-05-14 19:47:19
Message-ID: 1855945563.8876.1589485639154.JavaMail.zimbra@skillsearch.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Hello Everyone,
Since version 11 replications slots names are not allowed use . dot so default setup use hostnames.
Fix for this

Line 37

DEST_NODE=${DEST_NODE_HOST%%.*}
echo "Set replication Node $DEST_NODE"
${PGHOME}/bin/psql -p ${PRIMARY_NODE_PORT} << EOQ
SELECT pg_create_physical_replication_slot('${DEST_NODE}');
EOQ

volga629

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Justin Pryzby 2020-05-14 19:57:26 Re: centos7, llvm and postgresql12-devel dependencies
Previous Message Devrim Gündüz 2020-05-14 16:56:20 Re: centos7, llvm and postgresql12-devel dependencies