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

lava-master/entrypoint.d/01_setup: manage migrate fail #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aliceinwire
Copy link
Member

manage migrate command sometime gives not existent table errors that are not afflicting the correct functionality of lava-master.
Remove the manage migrate exit on error and just continue with the normal execution of the lava-master image on migration errors.

error example:

psycopg2.errors.UndefinedTable: table "lava_results_app_actiondata" does not exist
--snip--
django.db.utils.ProgrammingError: table "lava_results_app_actiondata" does not exist

`manage migrate` command sometime gives not existent table errors
that are not afflicting the correct functionality of lava-master.
Remove the manage migrate `exit on error` and just continue with
the normal execution of the lava-master image on migration errors.

Signed-off-by: Arisu Tachibana <[email protected]>
@montjoie
Copy link
Collaborator

montjoie commented Sep 12, 2023

This is probably related to #165
And will be fixed by #169

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

Successfully merging this pull request may close these issues.

2 participants