mattmakai / underwear

Dead simple LAMP-stack deployments for Python-powered web applications.
http://underwear.rtfd.org/
MIT License
415 stars 49 forks source link

Assumes Postgres 9.1 #8

Open naphthalene opened 8 years ago

naphthalene commented 8 years ago

Server being deployed to is Ubuntu 15.10, which by default installs Postgres 9.4

TASK: [db | update postgres access and listen for external hosts] ************* 
failed: [<scrubbed>] => {"failed": true}
msg: Destination directory /etc/postgresql/9.1/main does not exist
# test -e /etc/postgresql/9.4/main; echo $?                                                                                                                                                      
0
mattmakai commented 8 years ago

Yea, only works with Ubuntu 14.04 LTS - I'll have to mark that in the README. Unfortunately I don't have any cycles to work on active development for this project right now. If you are interested, I'd be happy to review PRs!