code SQL0022 · recovery permanent — an unchanged retry cannot succeed; retry machinery stops immediately
the log line · Report this thread
As it arrives in your log or error chain — example values stand where yours will:
schema version is older than this build requires: schema "sqlstreams", version 2, build_version 3, owner_kind "stream" -- migrate the stream schema up from 2 to 3 [SQL0022]
ACCEPTED ANSWER Posted: 2026-09-09
migrate the {owner_kind} schema up from {version} to {build_version}
Helpful info.
the steps this database recorded, newest first
SELECT id, version, min_compatible_version, status, created_at FROM {schema}.migration_log ORDER BY id DESC LIMIT 20;
Nothing pasted yet — the queries above show their blanks.
Looking for a different code? Search every thread.