sync_db
Replicate the latest Global.db from origin over SSH, transferring only changed pages. Avoids overwriting pending local edits unless you choose to discard them.
Instructions
Replicate the latest Global.db from the origin host with sqlite3_rsync over ssh.
Only changed pages are transferred, so this is cheap and safe to call often. Refuses while local
edits made by update_fund / finish_provider_review are pending, because they would be overwritten.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| discard_local_changes | No | Set aside pending local edits (kept in a .discarded file) so the sync may proceed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||