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.
| ## Before starting the upgrade | ||
|
|
||
| - Ensure you have OpenCloud 4.0.7 installed | ||
| - Create a complete backup of your configuration and data. |
There was a problem hiding this comment.
should line 152 to 159 not be in the bash part?
There was a problem hiding this comment.
cd /etc/opencloud need to be in the next line
There was a problem hiding this comment.
note, that id and secret changes
There was a problem hiding this comment.
does the opencloud now work? I think exit the container and start the container again
|
@rhafer @aduffeck @dragonchaser Which version of OpenCloud must be installed to upgrade to 7.x.x |
| - Bind Mounts | ||
|
|
||
| :::note | ||
| The migration search index updates is related ONLY people who uses opensearch |
There was a problem hiding this comment.
| The migration search index updates is related ONLY people who uses opensearch | |
| The migration search index updates are only relevant for instances that use opensearch |
| ```yaml | ||
| service_account: | ||
| service_account_id: example_id | ||
| service_account_secret: example_secret |
There was a problem hiding this comment.
do we have best practices for secrets? if so a link here might be helpful.
|
|
||
| ## Before starting the upgrade | ||
|
|
||
| - Ensure you have OpenCloud 6.x for rolling or 4.x for stable installed. |
There was a problem hiding this comment.
| - Ensure you have OpenCloud 6.x for rolling or 4.x for stable installed. | |
| - Ensure you have OpenCloud 6.x (rolling) or 4.x (stable) installed. |
stable-4.0.7 or the latest rolling-6.x release (just repeating it here to avoid double work) |
… rename 7.0.x to 7.x.x
|
@ScharfViktor @micbar could you please have a look again? |
it looks good 👍 |
Upgrading process from 4.0.x to 7.0.x