Page MenuHomePhabricator

[backend] Deal with unexpectedly obsolete version of MariaDB and related issues
Closed, ResolvedPublic

Description

Issue #1 was dealing with the unexpectedly outdated version of MariaDB. I changed the encoding on the tables and removed JSON as a type, which solved some problems and created others, which I now believe I have solved.

https://github.com/wikimedia/toolhunt/pull/54/

Event Timeline

NicoleLBee changed the task status from Open to In Progress.
NicoleLBee triaged this task as High priority.
NicoleLBee moved this task from Backlog to In review on the Toolhunt board.
NicoleLBee renamed this task from Deal with unexpectedly obsolete version of MariaDB and related issues to [backend] Deal with unexpectedly obsolete version of MariaDB and related issues.Mar 13 2023, 6:37 AM

To access the database from Toolforge:

  1. become toolhunt-api
  2. sql tools
  3. to access the test db, use s55291__toolhunt_db_test;. or use s55291__toolhunt_db; to access the live db

PR merged to main.