Hello, We do have k3s v1.27.5 1 master 3 worker se...
# k3s
b
Hello, We do have k3s v1.27.5 1 master 3 worker setup (no external db, using packed SQLite). Now, we simply change our existing oidc issuer to another (ref here) and restart the k3s. However, it's stuck at Checking database point, no additional debug msgs. When checked at
/var/lib/rancher/k3s/server/db
, we see below heavy state.db-wal file size. I read somewhere to truncate the checkpoints (
PRAGMA schema.wal_checkpoint(TRUNCATE);
) --> this will shrink the size and sync the state.db to correct state. However, even connecting to state.db is reading .wal and taking infinite time. Has anyone come accross similar issue? Any suggestions?