You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add this repository, and use ./launcher rebuild app, I get:
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 2959 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
f455186b9c7747c113ae27ed7b105a74288c96c56349652d8c65b53501d9e07a
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
I'm not sure what is needed to resolve this unfortunately; but for other plugins this seems to have been solved by introducing migration tasks.
Cheers
The text was updated successfully, but these errors were encountered:
samnazarko
changed the title
Can't install with latest version of Discourse
Can't install with latest version (tests-passed) of Discourse
May 29, 2020
If I add this repository, and use ./launcher rebuild app, I get:
I'm not sure what is needed to resolve this unfortunately; but for other plugins this seems to have been solved by introducing migration tasks.
Cheers
The text was updated successfully, but these errors were encountered: