Skip to content

Migrations fail unexpectedly #71

@dstlmrk

Description

@dstlmrk

Command pydev installation ends with this:

...
$ docker-compose -p core -fdocker/compose/docker-compose.yml -fdocker/compose/docker-compose.local.yml run --use-aliases admin ./manage.py migrate && ./manage.py migrate --database=log && ./manage.py initdata && ./manage.py collectstatic && ./manage.py sync_permissions && ./manage.py sync_validators
Starting core_static_1 ... done
Starting core_base_1   ... done
Creating core_admin_run ... done
postgres:5432 - accepting connections
Operations to perform:
  Apply all migrations: ...
Running migrations:
  ...
  Applying revolving_loan.0017_migration... OK
  Applying revolving_loan.0018_migration... OK
/bin/bash: line 1:    33 Killed                  ./manage.py migrate

It fails in different migration every time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions