openSUSE / travel-support-program

A rails app to support the travel support program of openSUSE (TSP)
https://tsp.opensuse.org/
GNU Affero General Public License v3.0
17 stars 21 forks source link

Couldn't create development database with rake #271

Open juanjosegzl opened 8 months ago

juanjosegzl commented 8 months ago

Hello,

I am following these instructions to run the development environment with docker. When I run docker-compose run --rm web rake db:setup I got the following error message.

Creating travel-support-program_web_run ... done
unable to open database file
Couldn't create 'db/development.sqlite3' database. Please check your configuration.
rake aborted!
SQLite3::CantOpenException: unable to open database file

Tasks: TOP => db:setup => db:schema:load_if_ruby => db:create
(See full trace by running task with --trace)
ERROR: 1