Failed discourse upgrade on digital ocean docker

Latest upgrade breaks discourse installation. Anyone got an idea what this means?

FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake assets:precompile' failed with return #<Process::Status: pid 421 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'"]}
a0732ebd4f83ae4000f1731192b67830c3b5539edf4da47c3d2db73d8850ca23
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

Please do that. If possible, please show us the full log :slight_smile:

2 Likes

Here you go. Is it ok in this format?

output.txt (209.8 KB)

2 Likes

Perfect :ok_hand:

You’re experiencing this problem:

Please look for the line mentioning the poll-ui plugin in app.yml, comment it out or remove it, save the file and rebuild, and you should be good to go :slight_smile:
(The plugin is now part of core, so this should not remove any functionality.)

5 Likes

That fixed it!! The compilation went well after removing that liine.

3 Likes