From 73f971df63cd464503b9fa1902ad45accd8873db Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 20 Oct 2021 10:41:35 +0300 Subject: [PATCH] Add a note about Dockerfile changes --- doc/usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/usage.md b/doc/usage.md index a5d47a6..16a2add 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -522,6 +522,7 @@ Upgrading checklist: * If you use `verbose = 4` (or `-vvvv` argument) lower it down to `2` (`-vv`) for production use. Keeping it would waste resources because we utilize it more now. * **After reindexing**, if you did **not** delete `mainnet` subdirectory within `db_dir` check that `electrs` works as expected and then *delete whole `mainnet` subdirectory*. +* If you are using our Dockerfile, please make sure to re-map the DB volume (see [the section above](https://github.com/romanz/electrs/blob/master/doc/usage.md#docker-based-installation-from-source)). ### Important changes from version older than 0.8.8