From 46cf11b89a2de4da82601a985fa7a102ed9c0d51 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:03:45 +0200 Subject: [PATCH] Update db download script instructions --- docs/dev/scripts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/dev/scripts.md b/docs/dev/scripts.md index 93c5f9d5d..43cc8ec42 100644 --- a/docs/dev/scripts.md +++ b/docs/dev/scripts.md @@ -71,5 +71,7 @@ Note: This is only useful if you have access to a production running on Render.c 1. Access the "Shell" tab 2. `cd /var/data` 3. `cp db.sqlite3 db-copy.sqlite3` -4. `wormhole send db-copy.sqlite3` +3. `gzip db-copy.sqlite3` +4. `wormhole send db-copy.sqlite3.gz` 5. On the receiving computer use the command shown. +6. `gunzip db-copy.sqlite3.gz`