From 3a1b946ba8560de25c0b7fcffec82dcf55c99ed4 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 18 Feb 2026 12:33:50 +0300 Subject: Update issue. Signed-off-by: Munyoki Kilyungi --- issues/search/local-search-not-working.gmi | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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'") + +``` -- cgit 1.4.1