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. Package Installation with External DB

Package Installation with External DB

Added by Adrian Treichel over 5 years ago

When running sudo openproject configure I am selecting the 'reuse' database option.  I get the following error...

[openproject] ./bin/postinstall
W, [2019-12-27T16:23:57.747864 #3237]  WARN -- : hook registered
/opt/openproject/lib/tasks/database.rake:49:in `rescue in block (3 levels) in <top (required)>': ---------------------------------------------------
DATABASE UNSUPPORTED ERROR

Database server is not PostgreSql. As OpenProject uses non standard ANSI-SQL for performance optimizations, using a different DBMS will break and is thus prevented.

For more information, see the system requirements.
https://www.openproject.org/system-requirements/
---------------------------------------------------
 (StructuredWarnings::StandardWarning)

The external DB server is a fresh install of PostgreSql 10.11.  I have created a blank openproject DB.  I have confirmed DATABASE_URL looks to be getting set properly with the information provided during the configuration wizard.

postgres=# \l
                                    List of databases
    Name     |    Owner    | Encoding |   Collate   |    Ctype    |   Access privileges
-------------+-------------+----------+-------------+-------------+-----------------------
 openproject | openproject | UTF8     | en_US.UTF-8 | en_US.UTF-8 |

Am i missing something on the database setup?  Any help would be greatly appreciated.


Loading...