georgiev / rubyfb

ruby/rails Firebird db access library
Other
16 stars 5 forks source link

rake db:create doesn't create the database #12

Open mariuz opened 12 years ago

mariuz commented 12 years ago

I had to create it manually

rake db:create /var/lib/firebird/2.5/data/demo_app.fdb already exists rm /var/lib/firebird/2.5/data/demo_app.fdb rake db:create rake db:migrate rake aborted! Error opening database connection. I/O error during "open" operation for file "/var/lib/firebird/2.5/data/demo_app.fdb" Error while trying to open file No such file or directory Unsuccessful execution caused by a system error that precludes successful execution of subsequent statements SQL Code = -902 Firebird Code = 335544344

Tasks: TOP => db:migrate (See full trace by running task with --trace)