PostgreSQL 13 Cookbook: Over 120 recipes to build high-performance and fault-tolerant PostgreSQL database solutions by Vallarapu Naga Avinash Kumar
Author:Vallarapu Naga Avinash Kumar [Kumar, Vallarapu Naga Avinash]
Language: eng
Format: azw3, pdf
Publisher: Packt Publishing
Published: 2021-02-26T00:00:00+00:00
# sudo systemctl enable patroni
Copy the Patroni configuration file from the primary server to the standby server:
# scp /etc/patroni/patroni.yml [email protected]:/tmp
Replace the primary hostname with the standby hostname and the primary IP address with the standby IP address in the Patroni configuration file. Copy the file to an appropriate location where the service expects the configuration file to be:
# sed 's/pg1/pg2/g' /tmp/patroni.yml > /etc/patroni/patroni.yml
Additionally, if you have used any hard-coded IP addresses for nodes, replace them with the appropriate node IP address:
# sed -i 's/192.168.10.1/192.168.10.2/g' /etc/patroni/patroni.yml
Start the Patroni server to let Patroni run pg_basebackup. This will set up the standby and make it part of the Patroni cluster automatically:
Download
PostgreSQL 13 Cookbook: Over 120 recipes to build high-performance and fault-tolerant PostgreSQL database solutions by Vallarapu Naga Avinash Kumar.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Distributed Machine Learning with Python by Guanhua Wang(3386)
Getting Started with CockroachDB by Kishen Das Kondabagilu Rajanna(2556)
Exploratory Data Analysis with Python Cookbook by Ayodele Oluleye(1398)
R Web Scraping Quick Start Guide by Olgun Aydin(1065)
Getting Started With CockroachDB: A Guide to Using a Modern, Cloud-Native, and Distributed SQL Database for Your Data-Intensive Apps by Kishen Das Kondabagilu. Rajanna(1020)
PostgreSQL 13 Cookbook: Over 120 recipes to build high-performance and fault-tolerant PostgreSQL database solutions by Vallarapu Naga Avinash Kumar(990)
Mastering PostgreSQL 15 - Fifth Edition by Hans-Jürgen Schönig(664)
Apache Hadoop 3 Quick Start Guide by Hrishikesh Karambelkar(428)
Pandas for Everyone: Python Data Analysis, 2nd Edition by Daniel Y. Chen(420)
Learn SQL with MySQL: Retrieve and Manipulate Data Using SQL Commands with Ease by Ashwin Pajankar(371)
SQL Query Design Patterns and Best Practices by Steve Hughes & Dennis Neer & Dr. Ram Babu Singh & Shabbir H. Mala & Leslie Andrews & Chi Zhang(366)
Deploy Node.js on GCP: A comprehensive guide to deploying Node.js on Google Cloud Platform by Jonathan Lin(357)
Configuring Sales and Distribution in SAP ERP by Unknown(331)
Leveling Up with SQL by Mark Simon(306)
Learning Data Science by Sam Lau(301)
Intermediate Python by Oswald Campesato(298)
Pandas Basics by Oswald Campesato(269)
Data Engineering with AWS: A Comprehensive Guide to Building Robust Data Pipelines by Paul Brian(269)
The Definitive Guide to Data Integration by Pierre-Yves BONNEFOY Emeric CHAIZE Raphaël MANSUY Mehdi TAZI(263)
