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. Change value in DB

Change value in DB

Added by Andreas Wagner about 7 years ago

Hi,

I will change the Value “WEB_TIMEOUT” in the Database but I’m not able to do this by the Guide you provide

https://www.openproject.org/download-and-installation/#configuration

Can some one help me in this case? I think only my syntax is wrong.

the DATABASE_URL is following:

mysql2://openproject:password@127.0.0.1:3306/openproject

this is in the output from “sudo openproject config”

So I think to change the value web_timeout the command should like this or?

openproject config:set DATABASE_URL=“mysql2://openproject:password@127.0.0.1:3306” /openproject ?WEB_TIMEOUT=60

is this correct?

Regards

Andi


Replies (4)

RE: Change value in DB - Added by Andreas Wagner about 7 years ago

Some Idea’s?

RE: Change value in DB - Added by Sascha Rüger about 7 years ago

check https://community.openproject.com/topics/7321?board_id=6&r=7334#message-7334
they suggest simply:
openproject config:set WEB_TIMEOUT=300
you said you can’t do it this way, think it’s the same as it is described in the manual, what exactly happens resp. what’s the error output?

RE: Change value in DB - Added by Sascha Rüger about 7 years ago

maybe you got a typo in this line:
openproject config:set DATABASE_URL=“mysql2://openproject:password@127.0.0.1:3306” /openproject ?WEB_TIMEOUT=60

shouldn’t it be
openproject config:set DATABASE_URL=“mysql2://openproject:password@127.0.0.1:3306/openproject?WEB_TIMEOUT=60”

or maybe
openproject config:set DATABASE_URL=“mysql2://openproject:password@127.0.0.1:3306/openproject” WEB_TIMEOUT=60

RE: Change value in DB - Added by Andreas Wagner about 7 years ago

Thanks a lot ;) the simple way was the solution!

openproject config:set WEB_TIMEOUT=300

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