Closed bnaecker closed 3 weeks ago
Ugh, this was even smaller than that. Most of the schema upgrade path uses the native client. The only exception is the small part of expunging old timeseries schema that reads the existing database tables to figure out what to scrub.
On dogfood, folks noted the ClickHouse schema updater not completing:
That's using the instructions I recently updated in the meta repo, where I left off the
--host
argument. I conflated the timeseries schema handling I added in #6943 with the database schema. The latter still uses the HTTP client. This tracks changing the database schema modifications to use the native client as well.