Upgrade process from 4.0.x to 7.0.x#863
Conversation
| docker compose logs -f | ||
| ``` | ||
|
|
||
| ## Watch for migration messages and ensure no errors occur |
There was a problem hiding this comment.
I guess we should at least mention here, where to look for those migration messages.
The description in opencloud-eu/opencloud#2760 (comment) has some details about that. You might want to include those here.
If you have questions, I can assist you with that.
| ::: | ||
|
|
||
| - New extension versions are available in the App Store inside the OpenCloud UI | ||
| or on [GitHub](https://github.com/opencloud-eu/web-extensions/releases?utm_source=chatgpt.com) |
There was a problem hiding this comment.
| or on [GitHub](https://github.com/opencloud-eu/web-extensions/releases?utm_source=chatgpt.com) | |
| or on [GitHub](https://github.com/opencloud-eu/web-extensions/releases) |
| - After updating, reload the browser and verify that the extensions work correctly. | ||
|
|
||
| - Manual Update | ||
| - Download the newest extension release from: [GitHub](https://github.com/opencloud-eu/web-extensions/releases?utm_source=chatgpt.com) |
There was a problem hiding this comment.
| - Download the newest extension release from: [GitHub](https://github.com/opencloud-eu/web-extensions/releases?utm_source=chatgpt.com) | |
| - Download the newest extension release from: [GitHub](https://github.com/opencloud-eu/web-extensions/releases) |
| - Check all installed extensions. | ||
| - Update or reinstall each extension to the latest version. |
There was a problem hiding this comment.
There is no way to check the installed apps and update or install them via the app store. It just provides the same downloads as the GitHub releases page. Apps then need to be installed the same way as described below under "Manual update".
| - Go to the extensions directory: | ||
|
|
||
| ```bash | ||
| cd /opt/opencloud/extensions | ||
| ``` |
There was a problem hiding this comment.
I'm not aware of that directory, is it really a thing? Maybe we should shorten this whole paragraph about how to install/update apps and just link to the docs explaining this: https://docs.opencloud.eu/docs/admin/configuration/web-applications#installing-a-web-application?
Upgrading process from 4.0.x to 7.0.x