Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite database not initialising #3

Open
dcale opened this issue Mar 21, 2018 · 3 comments
Open

sqlite database not initialising #3

dcale opened this issue Mar 21, 2018 · 3 comments

Comments

@dcale
Copy link

dcale commented Mar 21, 2018

I tried to run the docker container with the example env file but cannot create any user because I'm failing when I try to do a "create role" with the following error:

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: roles [SQL: u'SELECT count(*) AS count_1 \nFROM (SELECT roles.id AS roles_id, roles.name AS roles_name, roles.description AS roles_description \nFROM roles) AS anon_1']

When is the sqlite db supposed to be created?

@dcale
Copy link
Author

dcale commented Mar 21, 2018

ok I found what I needed to do
bootstrap_instance

Can we add this to the readme?

@datashaman
Copy link
Owner

Oops, will do, thanks for that.

@datashaman
Copy link
Owner

I have those docs on a separate branch, I'll pull them into master so it's clearer for the default branch.

@datashaman datashaman reopened this Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants