From b2f91886b98d5cef175172396614a235657cd580 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 25 Jun 2022 11:08:37 +1000 Subject: [PATCH] Update faq.md Add warning about invoke update --- docs/faq.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 829448f..86cc679 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -8,7 +8,7 @@ title: FAQ Sometimes, users may encounter unexpected error messages when updating their InvenTree installation to a newer version. -The most common problem here is that the correct sequenct of steps is followed: +The most common problem here is that the correct sequenct of steps has not been followed: 1. Ensure that the InvenTree web server and background worker processes are *halted* 1. Update the InvenTree software (e.g. using git or docker, depending on installation method) @@ -20,6 +20,9 @@ For more information, refer to the installation guides: - [Docker Installation](./start/docker_prod.md#updating-inventree) - [Bare Metal Installation](./start/update.md) +!!! warning "Invoke Update" + You must ensure that the `invoke update` command is perfomed every time you update InvenTree + ### Feature *x* is not visible after update If a particular menu / item is not visible after updating InvenTree, it may be due to your internet browser caching old versions of CSS and JavaScript files.