Post Code-Freeze Review, Bugsfixes and Documentation

- Fix traefik Portal Button
- Touchup Security Policies
- Update Support Policies
- Re-Add Deluge as incubator App
- Add Canary to Security Policies
- Add all-contributors basic config
This commit is contained in:
kjeld Schouten-Lebbing
2021-04-09 13:34:29 +02:00
parent 56211222bf
commit cde18639c7
568 changed files with 2295 additions and 1614 deletions
+23
View File
@@ -0,0 +1,23 @@
# Migration Guides
Sometimes we can not guarantee automatic updating between new versions of our Apps.
These pages include some common scenario's and give some guidance how to manually move between different versions and Trains.
##### Between Trains
An app will always be just in one train. If an App moves to a different train, you will not be able to update automatically
Our basic guidence for these cases is:
- Backup all your files, config and databases.
- Make notes on how you set up your app previously
- Delete the old App
- Install the new app using your previously made setup notes
- Stop the new App
- Put back all your old files.
- Re start the new App
##### Between Versions
When new versions introduce breaking changes (which would often be major version changes) they might(!) require the user to reinstall.
However: We often already provide migration scrips and dealth with these issues manually.