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:
b31a267
)
we need a rebuild at the end
author
Sam
<sam.saffron@gmail.com>
Fri, 20 May 2016 04:57:27 +0000
(14:57 +1000)
committer
Sam
<sam.saffron@gmail.com>
Fri, 20 May 2016 04:57:27 +0000
(14:57 +1000)
templates/new.postgres.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/new.postgres.template.yml
b/templates/new.postgres.template.yml
index 49df845cf3fd13bf11d8be19b4ecd6f3713d090a..9eaaa4ad35a0ddc9415377a2bcc99f37a46ddcd1 100644
(file)
--- a/
templates/new.postgres.template.yml
+++ b/
templates/new.postgres.template.yml
@@
-104,7
+104,8
@@
run:
echo Run: "sudo -iu postgres dropdb discourse"
echo Run: "sudo -iu postgres createdb discourse"
echo Run: "sudo -iu postgres psql discourse < backup.db"
- echo Run: "sv start unicorn"
+ echo Run: "exit"
+ echo Run: "./launcher rebuild app"
exit 1
fi