You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
[DBController] Current: 3, Latest: 4
[DBController] MIGRATION IS ABOUT TO START IN 30 SECONDS, PLEASE MAKE SURE YOU HAVE A BACKUP!!!
[DBController] Migrating database to version 4
[DBController] Migration failed: Error: ER_CANT_CREATE_TABLE: Can't create table `rdm_dataparser`.`assignment` (errno: 150 "Foreign key constraint is incorrectly formed")
[DBController] Migration successful
[DBController] Migration done
And migration isn't running when doing pm2 restart DataParser. I have to stop and start manually but I don't know if this could be fixed somehow.
The text was updated successfully, but these errors were encountered:
[DBController] Current: 3, Latest: 4
[DBController] MIGRATION IS ABOUT TO START IN 30 SECONDS, PLEASE MAKE SURE YOU HAVE A BACKUP!!!
[DBController] Migrating database to version 4
[DBController] Migration failed: Error: ER_CANT_CREATE_TABLE: Can't create table `rdm_dataparser`.`assignment` (errno: 150 "Foreign key constraint is incorrectly formed")
[DBController] Migration successful
[DBController] Migration done
And migration isn't running when doing pm2 restart DataParser. I have to stop and start manually but I don't know if this could be fixed somehow.
Interesting I wonder why it doesn't do the migration on restart 🤔 I wonder if it has to do with the clustering, since there's a master (which does the migration), maybe only the child cluster nodes are actually restarted with pm2 restart
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting this for latest migration:
And migration isn't running when doing
pm2 restart DataParser
. I have to stop and start manually but I don't know if this could be fixed somehow.The text was updated successfully, but these errors were encountered: