From 1e4ca0cadafd871a46d6cd53eea8c03d10006cff Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 7 Jan 2026 16:43:45 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme b/Readme index cfd9d52..fef0686 100644 --- a/Readme +++ b/Readme @@ -72,6 +72,7 @@ UPDATE pages SET text = REPLACE(text, 'http://192.168.30.55:6875', 'http://192.1 UPDATE uploads SET path = REPLACE(path, 'http://192.168.30.55:6875', 'http://192.168.30.100:6875'); Как правильно сделать дамп БД: + docker-compose up -d bookstack_db docker exec -i bookstack_db mysqldump -u bookstack -pyoupassword bookstack > /tmp/bookstack_dump.sql docker-compose down bookstack_db