JavaScript disabled You need to activate JavaScript in order to use OpenProject! Learn more
Added by Clemens Sim over 7 years ago
Hi,
Where can I change the database credentials (password), once OpenProject is already installed?
Thanks!
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.
Thanks a lot!
Replies (2)
You have quite a lot of option
For a visual guide, you just run
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
to fetch the existing connection string, alter it and then use
to set it again. You’ll have to run
after that.
Thanks a lot!