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
  • General discussion

Content

Change MySQL Password

Added by Clemens Sim about 6 years ago

Hi,

Where can I change the database credentials (password), once OpenProject is already installed?

Thanks!


Replies (2)

RE: Change MySQL Password - Added by Jens Ulferts about 6 years ago

You have quite a lot of option

For a visual guide, you just run

openproject reconfigure

and when asked for the database setup change it to using an existing database and then provide the necessary information in the following steps.

You can also use

openproject config:get DATABASE_URL

to fetch the existing connection string, alter it and then use

openproject config:get DATABASE_URL=[altered string]

to set it again. You’ll have to run

service openproject restart

after that.

RE: Change MySQL Password - Added by Clemens Sim about 6 years ago

Thanks a lot!

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