parent
410b456682
commit
0ad030c92e
@ -0,0 +1,40 @@
|
||||
https://www.postgres-xl.org
|
||||
|
||||
Set up 9 servers
|
||||
================
|
||||
Data nodes:
|
||||
pgxl1
|
||||
pgxl2
|
||||
pgxl3
|
||||
pgxl4
|
||||
pgxl5
|
||||
|
||||
GTM:
|
||||
pgxl-gtm-1
|
||||
pgxl-gtm-2
|
||||
|
||||
Coordinators:
|
||||
pgxl-coord-1
|
||||
pgxl-coord-2
|
||||
pgxl-coord-3
|
||||
|
||||
|
||||
# Set up SSH between hosts
|
||||
|
||||
ssh-keygen -t ed25519
|
||||
set up root ssh between all nodes
|
||||
|
||||
# /etc/hosts
|
||||
set up /etc/hosts with all cluster name/IPs.
|
||||
|
||||
Set up /etc/hosts with all cluster name/IPs for Postgres interface, with pg- prefix
|
||||
|
||||
|
||||
|
||||
Binary:
|
||||
wget https://www.postgres-xl.org/downloads/postgres-xl-10r1.tar.gz
|
||||
|
||||
Git (better):
|
||||
git clone https://git.postgresql.org/git/postgres-xl.git
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in new issue