Skip to content

Upgrade process from 4.0.x to 7.0.x#863

Open
Heiko-Pohl wants to merge 5 commits into
mainfrom
upgrade-process-from-4.x-to-7.x
Open

Upgrade process from 4.0.x to 7.0.x#863
Heiko-Pohl wants to merge 5 commits into
mainfrom
upgrade-process-from-4.x-to-7.x

Conversation

@Heiko-Pohl
Copy link
Copy Markdown
Contributor

Upgrading process from 4.0.x to 7.0.x

docker compose logs -f
```

## Watch for migration messages and ensure no errors occur
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/admin/maintenance/upgrade/upgrade-7.0.x.md Outdated
Comment thread docs/admin/maintenance/upgrade/upgrade-7.0.x.md Outdated
Comment thread docs/admin/maintenance/upgrade/upgrade-7.0.x.md Outdated
Comment thread docs/admin/maintenance/upgrade/upgrade-7.0.x.md Outdated
Comment on lines +187 to +201
# If you previously used the project name opencloud_full, continue using the same project name to preserve

```bash
Docker networks
Existing volumes
Service compatibility
Option 1 — Temporary
docker compose -p opencloud_full up -d
Option 2 — Permanent
```

- Add to .env:

```bash
COMPOSE_PROJECT_NAME=opencloud_full
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove this. It was relevant when updating to version 4.0.0.

# Upgrading to OpenCloud 7.0.x

This guide explains how to upgrade an existing OpenCloud deployment to the 7.0.x release.
It includes all required migration steps, configuration changes, and search index updates introduced in this release.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

search index updates for opensearch engine

that should only related people who use opensearch


## Before starting the upgrade

- Ensure you have OpenCloud 4.0.7 installed
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats for stable release. How can we cover the rolling releases?

"For the stable version, ensure you have OpenCloud 4.0.7 installed." ?

## Before starting the upgrade

- Ensure you have OpenCloud 4.0.7 installed
- Create a complete backup of your configuration and data.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link to the backup docs

</TabItem>

</Tabs>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker pull is missing

tls_insecure: false

diff written to /etc/opencloud/opencloud.config.patch

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should line 152 to 159 not be in the bash part?

- Go to the configuration directory:

```bash cd /etc/opencloud

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd /etc/opencloud need to be in the next line

```

## The following configuration entries must exist in opencloud.yaml

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note, that id and secret changes

service_account_id: 62b789c9-0dd0-4647-afd3-d6969eab03b8
service_account_secret: wAiwglE93^S-y3hm0bo5FS9sFj^rzQ&i
```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does the opencloud now work? I think exit the container and start the container again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants