Added by Amine Aboufirass 3 days ago
Dear OpenProject community,
I am trying to deploy an self-hosted instance of OpenProject in a Synology NAS with DSM 7.1.1 installed. I first tried the Docker Compose install method and it worked on my local machine, so I moved all the relevant files to the docker folder in the NAS, SSHed to the NAS and ran sudo docker-compose up
. Unfortunately I'm getting a number of errors then critical services like web
and worker
fail, exiting with error code 1. Here are some of the errors I'm getting
db_1 | 2025-02-18 18:26:35.975 UTC [49] LOG: background worker "logical replication launcher" (PID 56) exited with exit code 1
web_1 | /app/vendor/bundle/ruby/3.3.0/gems/activerecord-7.1.5.1/lib/active_record/migration.rb:692:in `check_pending!': (ActiveRecord::PendingMigrationError)
db_1 | 2025-02-18 18:28:36.313 UTC [76] ERROR: relation "good_jobs" does not exist at character 523
worker_1 | bundler: failed to load command: good_job (/app/vendor/bundle/ruby/3.3.0/bin/good_job)
It's a bit frustrating because the application worked fine locally, though I do have a newer version of Docker installed on my local machine, since I run docker compose
locally instead of docker-compose
I would like some pointers or help to start looking into what might be causing this and how I can go about fixing it. Thanks.