Top Menu

Jump to content
Home
    • Projects
    • Activity
    • Work packages
    • 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
    • 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?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • Forums
  • Feature tour
    Feature tour
You are here:
  • Forums
  • Support Installation & Updates

Content

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

Added by Dev User about 2 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 almost 2 years ago

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

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