CasperT
10/13/2025, 7:45 AMstraffesag not found","grpc.time_ms":5,"time":"2025-10-13T07:41:34Z","message":"finished call"}
It fails on this select:
SELECT serialized_config, created_xid FROM namespace_config WHERE pg_visible_in_snapshot(created_xid, $1) = $2 AND pg_visible_in_snapshot(deleted_xid, $3) = $4 AND namespace = $5
We have run the repair, getting this output
cmd: spicedb datastore repair --datastore-engine postgres --datastore-conn-uri XXXXX
9:24AM INF configured logging async=false format=auto log_level=info provider=zerolog
9:24AM INF GOMEMLIMIT is updated GOMEMLIMIT=30030660403 package=github.com/KimMachineGun/automemlimit/memlimit previous=9223372036854775807
9:24AM INF configured opentelemetry tracing endpoint= insecure=false provider=none sampleRatio=0.01 service=spicedb v=0
9:24AM WRN could not perform version checking; if this problem persists or to skip this check, add --skip-release-check=true error="Get \"https://api.github.com/repos/authzed/spicedb/releases/latest\": context deadline exceeded" this-version=v1.46.0
9:24AM INF using postgres datastore engine
9:24AM INF found default_query_exec_mode in DB URI; leaving as-is details-url=https://spicedb.dev/d/query-exec-mode
9:24AM WRN datastore background garbage collection disabled
Available repair operations:
transaction-ids: Brings the Postgres database up to the expected transaction ID (Postgres v15+ only)yetitwo
10/13/2025, 4:06 PMAvailable repair operations:
transaction-ids: Brings the Postgres database up to the expected transaction ID (Postgres v15+ only)
that part makes me think that it's asking for another argument - did the output contain unknown operation?Joey
10/13/2025, 4:35 PMJoey
10/13/2025, 4:36 PMtransaction-ids commandCasperT
10/14/2025, 6:12 AM