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. How to upgrade Postgres 10 to 13 in 'Compose-based Docker installation'?

How to upgrade Postgres 10 to 13 in 'Compose-based Docker installation'?

Added by Dev User over 3 years ago

Hi.

I tried to look for instructions here: https://www.openproject.org/docs/installation-and-operations/misc/migration-to-postgresql13/#compose-based-docker-installation, but couldn't any specific ones.

So, in the compose file, i tried changing:

services:
  db:
    image: postgres:10

to:

services:
  db:
    image: postgres

But that broke my installation, so i reverted back.

Would appreciate any specific instructions/advise regarding this!

Thanks,


Replies (1)

RE: How to upgrade Postgres 10 to 13 in 'Compose-based Docker installation'? - Added by Dev User over 3 years ago

Kindly let me know if there's some other corresponding documentation for this.

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