Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.
Stage snapshots on local disk before copying to the volume
VACUUM INTO journals as it writes, and pointing it straight at the volume
meant SQLite was journaling on the filesystem this whole scheme exists to
keep SQLite off -- which left .tmp and .tmp-journal files behind on the
first run. Vacuum to local disk, copy only the finished file across.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>