From 7b807b4bb0bfd9759727b75d488367a2542972b3 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 6 Aug 2023 13:18:36 -0400 Subject: [PATCH] calibre-web/README.rst: Clarify need to run as root --- roles/calibre-web/README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/calibre-web/README.rst b/roles/calibre-web/README.rst index 9168a5f03..458d8132e 100644 --- a/roles/calibre-web/README.rst +++ b/roles/calibre-web/README.rst @@ -110,6 +110,8 @@ You can manage the backend Calibre-Web server with these systemd commands:: systemctl status calibre-web systemctl stop calibre-web +Run all commands `as root `_. + Errors and warnings can be seen if you run:: journalctl -u calibre-web @@ -136,7 +138,7 @@ But first: back up your content **and** settings, as explained above. **Also move your /library/calibre-web/config/app.db AND/OR /library/calibre-web/metadata.db out of the way — if you're sure you want to fully reset your Calibre-Web settings (to install defaults) AND/OR remove all -e-book metadata! Then run**:: +e-book metadata! Then run, as root**:: cd /opt/iiab/iiab ./runrole --reinstall calibre-web