https://github.com/jbussdieker/vagrant-postgresql-scaling
https://github.com/jbussdieker/vagrant-postgresql-scaling
postgresql vagrant
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbussdieker/vagrant-postgresql-scaling
- Owner: jbussdieker
- Created: 2014-07-20T20:09:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T11:27:57.000Z (about 12 years ago)
- Last Synced: 2026-03-30T17:47:58.726Z (4 months ago)
- Topics: postgresql, vagrant
- Language: Puppet
- Size: 180 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant PostgreSQL Scaling
Simple hot spare scaling solution using PostgreSQL and fully puppetized setup.
## Usage
Bring up database servers one after another.
`````shell
$ vagrant up
`````
Do some stuff on db1 and watch it all magically appear on db2.