Updated Release notes (markdown)

David Bomba 2022-03-20 15:31:49 +11:00
parent 182c24f48c
commit 50c91b86ac

@ -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.
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.