From 50c91b86acf764d0cc850c82196e52e451816d17 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 20 Mar 2022 15:31:49 +1100 Subject: [PATCH] Updated Release notes (markdown) --- Release-notes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Release-notes.md b/Release-notes.md index 91ccde7..57314dc 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -29,4 +29,12 @@ Artisan::call('migrate', ['--force' => true]); Artisan::call('optimize'); ``` -This should bring your system up to date with the least amount of pain possible. \ No newline at end of file +This should bring your system up to date with the least amount of pain possible. + +> What should I do if the update fails and puts the application into a bad state? + +Hopefully this should not happen, however it the app does get into a bad state then download the latest release file from [here](https://github.com/invoiceninja/invoiceninja/releases) and copy the files over your existing installation. + +Then call the web url https://yourdomain/update?secret=secret + +this web url will perform the post update steps and correct the app state. \ No newline at end of file