Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Creating BDR-enabled PostgreSQL nodes/instances

Since we're creating two new PostgreSQL node/instances for this example, run:
     mkdir -p $HOME/2ndquadrant_bdr
     initdb -D $HOME/2ndquadrant_bdr/bdr5598 -A trust -U postgres
     initdb -D $HOME/2ndquadrant_bdr/bdr5599 -A trust -U postgres
Adjust the data directory path (the path after -D) if you want to use a different location. The rest of these instructions will assume you ran exactly the commands given above.
These commands do not start BDR, or connect the two instances. They just create two independent PostgreSQL instances, ready to be configured and started.

Comments

Popular posts from this blog

7 Steps to configure BDR replication in postgresql

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

apt-add-repository

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated ORA-01262: Stat failed on a file destination directory Linux-x86_64 Error: 2: No such file or directory