szabodanika / microbin

A secure, configurable file-sharing and URL shortening web app written in Rust.

Home Page:https://microbin.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2 JSON DB Migration Docs

fionera opened this issue · comments

Please add to the docs on how to migrate the old json format to be compatible with v2 :)

cat old_database.json  | jq  '.[] += {"readonly": false, "encrypt_server": false, "encrypt_client": false, "encrypted_key": "", "editable": true}' > new_database.json