docs: point session storage docs at sqlite

This commit is contained in:
Peter Steinberger
2026-05-10 08:40:21 +01:00
parent 9346ac574e
commit fd148169ee
11 changed files with 63 additions and 39 deletions

View File

@@ -224,7 +224,8 @@ and troubleshooting see the main [FAQ](/help/faq).
**Important:** if you only commit/push your workspace to GitHub, you're backing
up **memory + bootstrap files**, but **not** session history or auth. Those live
under `~/.openclaw/` (for example `~/.openclaw/agents/<agentId>/sessions/`).
under `~/.openclaw/` (for example `~/.openclaw/state/openclaw.sqlite` and
`~/.openclaw/agents/<agentId>/agent/openclaw-agent.sqlite`).
Related: [Migrating](/install/migrating), [Where things live on disk](/help/faq#where-things-live-on-disk),
[Agent workspace](/concepts/agent-workspace), [Doctor](/gateway/doctor),