Skip to content

erikbaranowski/sandbox-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sandbox-postgres

About

This repository holds the configuration and instructions for hosting a Postgres 13 development sandbox.

Currently running Postgres 13 on CentOS 8.2

Install

  1. install VirtualBox 6.1.18
  2. install Vagrant 2.2.14
  3. run cmd as admin
  4. cd to directory with this repo
  5. vagrant up

Bonus Tips

  1. on Windows 7 SP1 ONLY you will have to update PowerShell to version 3 or above for Vagrant
  2. You may need to enable VMs in your bios. Google is your friend for how to do this with your motherboard.

ssh

  1. install putty
  2. connect to 192.168.56.3 port 22 as vagrant/vagrant

Development/Debug

  1. install pgadmin
  2. connect with
    • host: 192.168.56.3
    • port: 5432
    • username: postgres
    • password: postgres

Sqitch

  1. Sqitch is installed and configured for new schema development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published