Firebird sql as database backend
Added by Denis Robel about 9 years ago
Hallo,
yesterday I played a little bit with redmine and I read that some different database backends are available:
Mysql, Sqlite, Postges
For several reasons I want to run Firebird as database backend. Is there anybody who managed this scenario yet or is this totally impossible?
I found some interesting informations about Firebird and ruby here:
[[http://mapopa.blogspot.de/2009/02/fireruby-howto-start-with-firebird-and.html]]
I installed this and all is working fine until I want to load the default data into the database....
with best regards from Leipzig
Denis
Replies (1)
RE: Firebird sql as database backend - Added by Jan Kryštof Svoboda about 9 years ago
Hi,
I have been working on FirebirdSQL support. You can check it out here:
github.com/svoboda-jan/redmine/tree/firebirdsql
Here is a sample database.yml file:
gist.github.com/svoboda-jan/26ea5fa4fe728b9001e6
Please let me know if it works for you.
(copy & paste the links, for some reason posting them doesn't work)