Closed tionis closed 2 months ago
The backup you're restoring is not encrypted
\x12SQLite format 3
It's plaintext
Ah didn't notice that. Let me look into that.
But why though? That's my config:
dbs:
- path: /data/denokv.sqlite3
replicas:
- type: sftp
host: my-host:22
user: my-user
path: litestream/denokv
key-path: ${HOME}/.ssh/id_ed25519
age:
identities:
- ${AGE_PRIVATE_KEY}
recipient:
- ${AGE_PUBLIC_KEY}
Nevermind :sweat: the correct config option for encryption is recipients not recipient
On restore it seems to fail parsing some header: