Hi @panaxx,
unfortunately neither "bundle install --deployment" nor "bundle install --no-deployment" worked.
I still get the error message openproject_delayed_job could not be started.
When you mention "bundle install" didn't work, could you clarify if the actual "bundle install" command completed successfully? Since the "openproject_delayed_job could not be started" comes from starting services via /opt/bitnami/ctlscript.sh.
Then, I made a dump using pg_dump and moved to a new virtual machine.
I was using a bitnami VM first, but then decided to switch to a self-installed Ubuntu 18.04 LTS with the bitnami stack.
I Installed the bitnami stack on the Ubuntu and imported the dump from the Postgresql, following this guide:
https://docs.bitnami.com/oci/apps/openproject/administration/upgrade/
Checking the Delayed Jobs log at /opt/bitnami/apps/openproject/htdocs/log/delayed_jobs.log, it is complaining about the reason you mentioned Passenger was showing:
/opt/bitnami/apps/openproject/ruby/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/spec_set.rb:87:in `block in materialize': Could not find bcrypt-3.1.6 in any of the sources (Bundler::GemNotFound)
from /opt/bitnami/apps/openproject/ruby/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/spec_set.rb:81:in `map!'
from /opt/bitnami/apps/openproject/ruby/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/spec_set.rb:81:in `materialize'
...
Which seems to indicate that there is an error installing the packages via "bundle install". Could you share the logs running the commands we mentioned in our previous post?