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. [PostgreSQL] Migration stops

[PostgreSQL] Migration stops

Added by Tobias Braun over 5 years ago

Hi,

I try to migration from MySQL to PostgreSQL and having the following issue on Suse Enterprise 12:

sudo openproject run ./docker/mysql-to-postgres/bin/migrate-mysql-to-postgres
.
.
.
psql: FATAL:  no pg_hba.conf entry for host "::1", user "openproject", database "postgres", SSL off

I installed postgreSQL following these instructions: https://zypp.postgresql.org/howtozypp.php

Thanks for your help.

PS.: How does the Enterprise Support work? Over the forum here or did I miss something ;-)


Replies (2)

RE: [PostgreSQL] Migration stops - Added by Oliver Günther over 5 years ago

Your postgresql pga_hba.conf config prohibits the script from connecting. You will need to alter the configuration to allow it.

https://dba.stackexchange.com/a/84002

Best,

Oliver

RE: [PostgreSQL] Migration stops - Added by Tobias Braun over 5 years ago

Thanks for the reply, it looks my password for PostgreSQL was too complex? When I used a much simpler one it worked. I did not use any special characters... a bit wired.

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