Open yichaoS opened 2 years ago
The temporary solution we have for now, for seedDB release is:
Manually change the just created seedDB dumped sql file to fix gene set version validation error.o remove duplicate records in info
table when importing cgds.sql
and then seedDB.sql
Change line INSERT INTO info
VALUES ('2.XX.XX','msigdb_XXXX');
into UPDATE info SET GENESET_VERSION="msigdb_XXX";
Validation error in PR https://github.com/cBioPortal/datahub/pull/1613
In Circle CI test server local database, the row with value
null
ininfo
table, possibly from one of earlierseedDB.sql.gz
commits, didn't get dropped after a later commit with a newseedDB.sql.gz
. Thus there are two rows in Circle CI DBinfo
table, which causes a validation error.In seedDB.sql.gz
In Circle CI DB
Validation error