pgReplicationTutorial
pgReplicationTutorial copied to clipboard
This repository contains files for the PostgreSQL Binary Replication tutorial.
...someone would try to do a sleak and compliant postgres query loadbalancer in lua for haproxy? https://www.arpalert.org/haproxy-lua.html I mean is this not the natural thing to do to replace bgbouncer...
Hi, I'm seeing the following issue **su - postgres**: ``` No passwd entry for user 'postgres' ``` BTW, I'm using Vagrant 1.7.2.
Hi, When I do vagrant up and connect as a postgres user. I see only main in 9.4 folder. I don't see master, replica1 and replica2 folders. And when I...
The `synched_folder` parameters may resolve the shared folder issue when running the Vagrant boxes under Windows. ``` puppet.vm.synced_folder 'etc-puppet', '/etc/puppet', owner: 'root', group: 'root', create: true, mount_options: ['dmode=775','fmode=664'] ``` These...
I have changed the vagrant file to automatically select the guest OS architecture based on the host architecture. This eliminates the need for a user to manually download the vagrant...