Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Docker compose instance works fine locally, but not on Synology NAS

Docker compose instance works fine locally, but not on Synology NAS

Added by Amine Aboufirass 3 months 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.


Loading...