Skip to content

shell scripts automatically builds and installs postgres from source; for use when installing multiple versions on the same machine

Notifications You must be signed in to change notification settings

bretweinraub/postgres_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install 9.0.1 on your box, run

./install.sh -v 9.0.1 -p [port your 9.0.1 server will listen on]

e.g

./install.sh -v 9.0.1 -p 15432

This will create a 9.0.1 runner script

~postgres/9.0.1.sh

So you can interact w/ your 9.0.1 environment like this

~postgres/9.0.1.sh createdb blah

etc.

To set XTRA Config Options:

env PGCONFIG_OPTIONS='--with-some-other-stuff' ./install.sh -v 9.0.1 -p 15432



About

shell scripts automatically builds and installs postgres from source; for use when installing multiple versions on the same machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages