The only databases that exist are
./share/opencode/opencode.db
./share/opencode/snapshot/<A Hash>
./share/opencode/opencode-stable.db-shm
./share/opencode/opencode-stable.db-wal
./share/opencode/opencode-stable.db
./share/opencode/storage/session_diff/ses_<More>.json
./share/opencode/storage/session_diff/ses_<Hashes>.json
But importantly, while running the command, I discovered my long running opencode installation does not have the sessions table in opencode.db!
It seems to have one in opencode-stable.db, and when I tried changing that the session switch did happen, but once I loaded the directory again and tried to resume, it was gone.
It seems apparent there was a change in how the database format/files are used now.
The only databases that exist are
But importantly, while running the command, I discovered my long running opencode installation does not have the sessions table in
opencode.db!It seems to have one in
opencode-stable.db, and when I tried changing that the session switch did happen, but once I loaded the directory again and tried to resume, it was gone.It seems apparent there was a change in how the database format/files are used now.