Category: Tutorial
-
Set up a local cluster
For testing and development deployments, the quickest and easiest way is to configure a local cluster. For a production deployment, refer to the clustering section. Local standalone cluster Starting a cluster Run the following to deploy an etcd …
For testing and development deployments, the quickest and easiest way is to configure a local cluster. For a production deployment, refer to the clustering section. Local standalone cluster Starting a cluster Run the following to deploy an etcd …
-
Demo
This series of examples shows the basic procedures for working with an etcd cluster. Auth auth,user,role for authentication: export ETCDCTL_API=3 ENDPOINTS=localhost:2379 etcdctl --endpoints=${ENDPOINTS} role add root etcdctl --endpoints=${ENDPOINTS} …
This series of examples shows the basic procedures for working with an etcd cluster. Auth auth,user,role for authentication: export ETCDCTL_API=3 ENDPOINTS=localhost:2379 etcdctl --endpoints=${ENDPOINTS} role add root etcdctl --endpoints=${ENDPOINTS} …
-
Quickstart
Follow these instructions to locally install, run, and test a single-member cluster of etcd: Install etcd from pre-built binaries or from source. For details, see Install. Warning Important: Ensure that you perform the last step of the installation …
Follow these instructions to locally install, run, and test a single-member cluster of etcd: Install etcd from pre-built binaries or from source. For details, see Install. Warning Important: Ensure that you perform the last step of the installation …
-
PgBouncer compilation and installation
Building PgBouncer depends on few things to get compiled: GNU Make 3.81+ Libevent 2.0+ pkg-config OpenSSL 1.0.1+ for TLS support (optional) c-ares as alternative to Libevent’s evdns (optional) LDAP libraries (optional) PAM libraries When …
Building PgBouncer depends on few things to get compiled: GNU Make 3.81+ Libevent 2.0+ pkg-config OpenSSL 1.0.1+ for TLS support (optional) c-ares as alternative to Libevent’s evdns (optional) LDAP libraries (optional) PAM libraries When …
-
User Guide (RHEL)
Introduction This user guide is intended to be followed sequentially from beginning to end — each section depends on the last. For example, the Restore section relies on setup that is performed in the Quick Start section. Once pgBackRest is up and …
Introduction This user guide is intended to be followed sequentially from beginning to end — each section depends on the last. For example, the Restore section relies on setup that is performed in the Quick Start section. Once pgBackRest is up and …
-
User Guide (Debian/Ubuntu)
Introduction This user guide is intended to be followed sequentially from beginning to end — each section depends on the last. For example, the Restore section relies on setup that is performed in the Quick Start section. Once pgBackRest is up and …
Introduction This user guide is intended to be followed sequentially from beginning to end — each section depends on the last. For example, the Restore section relies on setup that is performed in the Quick Start section. Once pgBackRest is up and …
-
Installation
Pre-requirements for Mac OS To install requirements on a Mac, run the following: brew install postgresql etcd haproxy libyaml python Psycopg Starting from psycopg2-2.8 the binary version of psycopg2 will no longer be installed by default. Installing …
Pre-requirements for Mac OS To install requirements on a Mac, run the following: brew install postgresql etcd haproxy libyaml python Psycopg Starting from psycopg2-2.8 the binary version of psycopg2 will no longer be installed by default. Installing …
-
Download and Installation
Choose a distribution channel Channel Use it for Location Official release Source tarballs and release notes GitHub Releases RPM package RPM-based Linux distributions PostgreSQL Yum Repository Debian/Ubuntu package APT-based Linux distributions …
Choose a distribution channel Channel Use it for Location Official release Source tarballs and release notes GitHub Releases RPM package RPM-based Linux distributions PostgreSQL Yum Repository Debian/Ubuntu package APT-based Linux distributions …