This repository holds the configuration and instructions for hosting a Postgres 13 development sandbox.
Currently running Postgres 13 on CentOS 8.2
- install VirtualBox 6.1.18
- install Vagrant 2.2.14
- run cmd as admin
- cd to directory with this repo
vagrant up
- on Windows 7 SP1 ONLY you will have to update PowerShell to version 3 or above for Vagrant
- You may need to enable VMs in your bios. Google is your friend for how to do this with your motherboard.
- install putty
- connect to 192.168.56.3 port 22 as vagrant/vagrant
- install pgadmin
- connect with
- host: 192.168.56.3
- port: 5432
- username: postgres
- password: postgres
- Sqitch is installed and configured for new schema development