I run my community at discourse.skcript.com. Yesterday, I upgraded the platform using ./launcher rebuild app
. After the upgraded completed, users who try to access the platform without logging in are getting a blank page.
The app.yml
is set to test-passed
by default. When I change it to the stable
channel, this is the error I get:
FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 11533 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
78b52f8ae680a31781647884748760b39c844756e8097fa3e7c3a4b0c8002c90
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
Can someone please help me with this?