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

Migrations fail unexpectedly #71

Open
dstlmrk opened this issue Feb 2, 2021 · 0 comments
Open

Migrations fail unexpectedly #71

dstlmrk opened this issue Feb 2, 2021 · 0 comments

Comments

@dstlmrk
Copy link
Contributor

dstlmrk commented Feb 2, 2021

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.

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

1 participant