chaos testing: initialising db gives "unable to open database file" #3

Closed
opened 2 years ago by decentral1se · 1 comments
python deploydb.py
...
sqlite3.OperationalError: unable to open database file

Then I ran:

mkdir data

And thennnn:

Error: Directory migrations already exists and is not empty

Andddd then:

rm -rf migrations

And it worked! deploydb.py and start.py ran smooth.

(think python start.py to start docs are missing maybe too)

``` python deploydb.py ... sqlite3.OperationalError: unable to open database file ``` Then I ran: ``` mkdir data ``` And thennnn: ``` Error: Directory migrations already exists and is not empty ``` Andddd then: ``` rm -rf migrations ``` And it worked! `deploydb.py` and `start.py` ran smooth. (think `python start.py` to start docs are missing maybe too)
Owner

2bd355130d README.md updated for now.

2bd355130d README.md updated for now.
crunk closed this issue 2 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.