diff options
| author | Munyoki Kilyungi | 2026-02-18 12:33:50 +0300 |
|---|---|---|
| committer | Munyoki Kilyungi | 2026-02-18 12:33:50 +0300 |
| commit | 3a1b946ba8560de25c0b7fcffec82dcf55c99ed4 (patch) | |
| tree | a318f44adee6c1dea9ae344ad3bf0cc564a5dd7b | |
| parent | a51f738cc4ff73b3f38801c114210a70f3df84c9 (diff) | |
| download | gn-ai-3a1b946ba8560de25c0b7fcffec82dcf55c99ed4.tar.gz | |
Update issue.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| -rw-r--r-- | issues/search/local-search-not-working.gmi | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/issues/search/local-search-not-working.gmi b/issues/search/local-search-not-working.gmi index d81b1625..178ed733 100644 --- a/issues/search/local-search-not-working.gmi +++ b/issues/search/local-search-not-working.gmi @@ -15,5 +15,19 @@ This only happens in CD, not production. A possible cause for this error might => https://github.com/genenetwork/genenetwork2/commit/d2db6da856948a708f408c8c2acafd1718a4e3a5 -Maybe related to how temp files are generated from Genenetwork2, and how the TMPDIR is mapped inside the container. +Issue: + +The tables in tux02 are out of sync (from the logs): + +``` +2026-02-18 09:29:39 File "/gnu/store/wdfym53rwb6q51mc006c4xfnhqd4q5g5-profile/lib/python3.11/site-packages/MySQLdb/cursors.py", line 179, in execute +2026-02-18 09:29:39 res = self._query(mogrified_query) +2026-02-18 09:29:39 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-02-18 09:29:39 File "/gnu/store/wdfym53rwb6q51mc006c4xfnhqd4q5g5-profile/lib/python3.11/site-packages/MySQLdb/cursors.py", line 330, in _query +2026-02-18 09:29:39 db.query(q) +2026-02-18 09:29:39 File "/gnu/store/wdfym53rwb6q51mc006c4xfnhqd4q5g5-profile/lib/python3.11/site-packages/MySQLdb/connections.py", line 280, in query +2026-02-18 09:29:39 _mysql.connection.query(self, query) +2026-02-18 09:29:39 MySQLdb.OperationalError: (1054, "Unknown column 'PublishXRef.NSamples' in 'field list'") + +``` |
