From e61466cfd696e08cfb17afe1928f55814487774a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 17 Feb 2021 13:29:34 +0200 Subject: [PATCH] Update docs --- docs/update.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update.rst b/docs/update.rst index 8e41c342da58..99ab47e03d6a 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -3,7 +3,7 @@ Update .. NOTE:: We recommend backing up your database with mysqldump before updating the app. -To update the app you just need to copy over the latest code. The app tracks the current version in a file called version.txt, if it notices a change it loads ``/update`` to run the database migrations. +To update the app you just need to copy over the latest code. Do not be afraid to overwrite the files, the configuration file for connections such as mysql are stored in the .env file. The app tracks the current version in a file called version.txt, if it notices a change it loads ``/update`` to run the database migrations. https://download.invoiceninja.com