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:
382c8e4
)
Fixed paths in the postgres upgrade instructions
author
Felix Freiberger
<felix@fefrei.de>
Thu, 26 May 2016 10:01:00 +0000
(12:01 +0200)
committer
Felix Freiberger
<felix@fefrei.de>
Thu, 26 May 2016 10:01:00 +0000
(12:01 +0200)
templates/postgres.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/templates/postgres.template.yml
b/templates/postgres.template.yml
index 84d323bda69e9c9fc0ddc805911dabe8ed72301e..babaac565d605301d85a3e1fdf65a731a2bf49ab 100644
(file)
--- a/
templates/postgres.template.yml
+++ b/
templates/postgres.template.yml
@@
-94,7
+94,7
@@
run:
echo
echo Undo the base_image and postgres template from your container config
echo Run: "./launcher stop app"
- echo Run: "sudo mv /var/discourse/shared/
postgres_data /var/shared
/postgres_data_old"
+ echo Run: "sudo mv /var/discourse/shared/
standalone/postgres_data /var/discourse/shared/standalone
/postgres_data_old"
echo Run: "./launcher rebuild app"
echo
echo Run: "./launcher enter app"