Move PostgreSQL to VMs and access via Zerotier #282
@ -27,7 +27,7 @@ unless primary.nil?
|
||||
command <<-EOF
|
||||
systemctl stop #{postgresql_service}
|
||||
mv #{postgresql_data_dir} #{postgresql_data_dir}.old
|
||||
pg_basebackup -h 10.1.1.167 -U replication -D #{postgresql_data_dir} -R
|
||||
pg_basebackup -h pg.kosmos.local -U replication -D #{postgresql_data_dir} -R
|
||||
chown -R postgres:postgres #{postgresql_data_dir}
|
||||
systemctl start #{postgresql_service}
|
||||
EOF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user