Hi, I'm following the steps from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
Postgresql server image which can start in master or slave mode: https://hub.docker.com/r/paunin/postgresql-cluster-pgsql/ Pgpool service with flexible configurations: https://hub.docker.com/r/paunin/postgresql-cluster-pgpool/ Schema of the example cluster pgmaster (primary node1) --| |- ...
my $node_p = PostgreSQL::Test::Cluster->new('node_p'); +my $pconnstr = $node_p->connstr; $node_p->init(allows_streaming => 'logical'); $node_p->start; @@ -122,6 +123,8 @@ $node_s->init_from_backup($node_p, 'backup_1', has_streaming => 1); $node_s->append_co...
Now, we can login to our workstation on EC2 we've just created usingssh. The workstation shares its private key with Chef Server (Chef_Server.pem): As we've done for the server, we may want to set alias with shorter name. Modify the file called~/.ssh/config, add the following lin...
postgresql stream replication安装配置好 1 master 2 slave async stream replication. 详细过程可以参考另外的blog,注意需要禁止 postgresql 随机启动,用 pacemaker + corosync 来管理 postgresql.# systemctl disable postgresql 1 2安装pacemaker corosync pcs
ubuntu@ip-172-31-25-188:~/passport-social$ cp node_modules/newrelic/newrelic.js . Set a value for app_name and replace the license_key value with your New Relic license key from Step 1. /** * New Relic agent configuration.
Install Chef 11.x on a Workstation or https://docs.getchef.com/install_workstation.html Note In this tutorial we use the following two EC2 instances: Chef server on an AWS EC2 Ubuntu instance that was setup inChef server install on EC2 Ubuntu 14.04 ...