Skip to content

Using sqlite? #31

@Lambik

Description

@Lambik

Hi,

Is it possible to use the sqlite database in the docker configuration, instead of postgres? It should be more lightweight, no?

I've tried by:

  • removing 'db' from the .dockerignore
  • removing the 'from eva.deploy_settings import *' line in eva/settings.py

And then docker-compose build + run manage.py migrate which doesn't error out, seems to do migrations, but then says the 'db.sqlite3' file is empty, and that no migrations actually happened.

What could be the issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions