rubyfb icon indicating copy to clipboard operation
rubyfb copied to clipboard

rake db:create doesn't create the database

Open mariuz opened this issue 13 years ago • 0 comments

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)

mariuz avatar Mar 29 '12 21:03 mariuz