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. installation with SQL SERVER

installation with SQL SERVER

Added by Jimmy A. almost 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 almost 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 almost 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...