we need a rebuild at the end
authorSam <sam.saffron@gmail.com>
Fri, 20 May 2016 04:57:27 +0000 (14:57 +1000)
committerSam <sam.saffron@gmail.com>
Fri, 20 May 2016 04:57:27 +0000 (14:57 +1000)
templates/new.postgres.template.yml

index 49df845cf3fd13bf11d8be19b4ecd6f3713d090a..9eaaa4ad35a0ddc9415377a2bcc99f37a46ddcd1 100644 (file)
@@ -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