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. [SOLVED] MySQL manual/automatic installation is no longer available?

[SOLVED] MySQL manual/automatic installation is no longer available?

Added by Moutonjr NotApplicable over 5 years ago

Hello team:

I try to install manually OpenProject from sources. I opted for standalone application server puma v.4.2.0 instead of the Phusion Passenger & Apache.

I'm running MySQL on the instance and don't want to add Postgres in parallel for performance concerns.

I'm therefore following https://github.com/opf/openproject/blob/stable/10/docs/installation/manual/README.md to proceed and changed this line before install:

[openproject@host] bundle install --deployment --without postgres sqlite development test therubyracer docker

However when firing rake, I encounter an error of dependency with postgres, and saw that there is no occurence of any gem in then GemFile.

openproject@yunohost:~/openproject$ RAILS_ENV="production" ./bin/rake db:create
rake aborted!
LoadError: Error loading the 'postgresql' Active Record adapter. Missing a gem it depends on? pg is not part of the bundle. Add it to your Gemfile.```

Is the MySQL support officially off?

Thank you very much for your comments about this,

-- moutonjr


Replies (4)

RE: MySQL manual/automatic installation is no longer available? - Added by Moutonjr NotApplicable over 5 years ago

Small comment on this: the `openproject` package doesn't even let the choice of Database.

RE: MySQL manual/automatic installation is no longer available? - Added by Oliver Günther over 5 years ago

Hi,

9.0 deprecated support for MySQL and 10.0 removed it. For the background and reasoning for this, please see:

https://www.openproject.org/deprecating-mysql-support/

and

https://www.openproject.org/openproject-10-drag-drop-card-view-and-graphs/

Best,

Oliver

RE: MySQL manual/automatic installation is no longer available? - Added by Moutonjr NotApplicable over 5 years ago

Hi Oliver and thank you for this amazing work.

There is plenty of doc bugs about mysql configs in the manual install which were confusing, really.

I'll therefore install postgres backend.

I'll issue a PR to track down these traces.

RE: MySQL manual/automatic installation is no longer available? - Added by Moutonjr NotApplicable over 5 years ago

https://github.com/opf/openproject/pull/7741

  • (1 - 4/4)
Loading...