Skip to content

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

@mariuz

Description

@mariuz

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions