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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Postgres versions

Postgres versions

Added by jonathan guzman over 1 year ago

How/where can I see the requirements (versions in specific) to connect openproject with Postgres server ? 🤔


Replies (4)

RE: Postgresq versions - Added by Alexander Stock over 1 year ago

Hi Jonathan,

the docs contain a section regarding all system requirements. Maybe these include the information you are looking for?

https://www.openproject.org/docs/installation-and-operations/system-requirements/#system-requirements

Best

Alexander

RE: Postgres versions - Added by jonathan guzman over 1 year ago

my bad, I saw it but I was looking more into it due to an error am getting while trying to backup.

I've a Postgres 15 server, since I started using Openproject, but I'm trying to upgrade my docker image to use the Openproject 13.1/13

Backup failed: pg_dump: error: server version: 15.4; pg_dump version: 13.11 (Debian 13.11-1.pgdg110+1) pg_dump: error: aborting because of server version mismatch

not sure what can i do to back up my data, any suggestions? 🤔

RE: Postgres versions - Added by Tizian Rößler over 1 year ago

Hi Jonathan,

the pg_dump version and the version of the postgresql server are different.
To create a backup you need to use the same pg_dump version as your server.
I guess you tried to use the pg_dump of the OpenProject container this will not work in your case instead you can use the pg_dump of you database server.

RE: Postgres versions - Added by jonathan guzman 9 months ago

thanks for the answer, i solved by creating a docker container with the version i need to make the dump then with the new version import the dump, seems that it worked. thanks!

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