Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. installation with SQL SERVER

installation with SQL SERVER

Added by Jimmy A. about 12 years ago

Hi - I am just wondering if we could connect the application to an SQL Server database. If no is there any plan on trying using that database?


Replies (2)

RE: installation with SQL SERVER - Added by Christian Ratz about 12 years ago

Hi Jimmy,

you can connect the application to an MySQL Server by modifying the config/database.yml like this:

e.g. for rails_env production

production:
  adapter: mysql
  host: %my.database.org%
  port: %port%
  database: %production database name%
  username: %username%
  password: %password%
  encoding: utf8
  reconnect: true

Best
Christian

RE: installation with SQL SERVER - Added by Martin Czuchra about 12 years ago

I believe Jimmy meant the Microsoft SQL Server. There is no plan to support that platform at this time. However, you can of course try tell us how well it works, as it is completely untested and might very well be usable.

You can find instructions on how to connect here.

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