projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e828e69
)
fix up client tools as well
author
Sam
<sam.saffron@gmail.com>
Fri, 20 May 2016 03:02:11 +0000
(13:02 +1000)
committer
Sam
<sam.saffron@gmail.com>
Fri, 20 May 2016 03:02:11 +0000
(13:02 +1000)
templates/postgres.9.3.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/postgres.9.3.template.yml
b/templates/postgres.9.3.template.yml
index 8276767aa9df7f9ba6e8b495631062f279eecd37..dc900259f6a06dba7fa6227f362284dc59553fbb 100644
(file)
--- a/
templates/postgres.9.3.template.yml
+++ b/
templates/postgres.9.3.template.yml
@@
-20,8
+20,8
@@
hooks:
to: sv start postgres || exit 1
run:
- - exec: apt-get remove -y postgresql-9.5
- - exec: apt-get update && apt-get install -y postgresql-9.3
+ - exec: apt-get remove -y postgresql-9.5
postgresql-client-9.5 postgresql-contrib-9.5
+ - exec: apt-get update && apt-get install -y postgresql-9.3
postgresql-client-9.3 postgresql-contrib-9.3
- exec: /etc/init.d/postgresql stop
- exec: mkdir -p /shared/postgres_run
- exec: chown postgres:postgres /shared/postgres_run