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