Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration and Update Guide for 5 to 7 #1029

Merged
merged 29 commits into from
Nov 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fde614d
Migration and Update Guide Changes
mmattel Oct 25, 2024
c848ba3
overview update
mmattel Oct 27, 2024
44953e4
ocis init --diff (not finished)
mmattel Oct 27, 2024
bf61582
update details (breaking changes)
mmattel Oct 27, 2024
7c6c884
updates
mmattel Oct 28, 2024
4c0da85
Apply suggestions from code review
mmattel Oct 28, 2024
6d68ea8
add changed cli commands
mmattel Oct 28, 2024
190cf52
more cli command updates
mmattel Oct 28, 2024
afe3064
add searvice health
mmattel Oct 29, 2024
c84dd92
link service health
mmattel Oct 29, 2024
aa927db
text fixes
mmattel Oct 29, 2024
1ae7fc6
docker run changes
mmattel Oct 30, 2024
a3ed485
move cli changes
mmattel Oct 30, 2024
a273ca8
Apply suggestions from code review
mmattel Oct 30, 2024
e1e6e21
cli restart and resume
mmattel Nov 4, 2024
23702cc
small fixes
mmattel Nov 4, 2024
42c9cbb
update envvars changes
mmattel Nov 7, 2024
210f690
numbered sections (unfinished)
mmattel Nov 8, 2024
e12938c
numbered sections (finished)
mmattel Nov 8, 2024
47a56e1
add note if patch command is missing
mmattel Nov 11, 2024
dc8aa17
add collaboration related stuff
mmattel Nov 13, 2024
65c8f38
fix collaboration reason
mmattel Nov 13, 2024
5dcbb20
fixes service health text
mmattel Nov 14, 2024
7a8ad03
docs: avoid sloppy language. Throu -> trough; dangling adverb 'first'…
jnweiger Nov 14, 2024
33fab71
Apply suggestions from code review
mmattel Nov 15, 2024
fb23547
Apply suggestions from code review
mmattel Nov 21, 2024
70ca1b1
add csp to migrations
mmattel Nov 22, 2024
c96d6d0
FRONTEND_OCS_xxx envvars are deprecated
mmattel Nov 25, 2024
82bad21
Merge branch 'master' into migrate_5_to_7
mmattel Nov 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Phil Davis <[email protected]>
mmattel and phil-davis committed Nov 21, 2024

Partially verified

This commit is signed with the committer’s verified signature.
gsmet’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
commit 4c0da85119e076f871476f33d40ac1521c17e4ff
2 changes: 1 addition & 1 deletion modules/ROOT/pages/migration/upgrading-ocis.adoc
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ IMPORTANT: When upgrading from an older release to the desired one, mandatory co
=== Breaking Changes Requiring Manual Intervention

* All environment variables that were marked for deprecation in Infinite Scale release 5.0.x have finally been removed.
* A new mandatory Infinite Scale config setting for the `activitylog` service named `service_account` has been added. If not adding this config, `activities` will not get handled.
* A new mandatory Infinite Scale config setting for the `activitylog` service named `service_account` has been added. If this config is not set, `activities` will not be recorded.

=== Upgrade Steps

4 changes: 2 additions & 2 deletions modules/ROOT/pages/migration/upgrading_5.0.x_7.0.0.adoc
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ docker pull owncloud/ocis:7.0.0

** When using `docker compose`
*** Update _every_ compose file where the `ocis image` is referenced accordingly.
*** If you have used the deployment examples based on _rolling releases version 6.x_ either for xref:depl-examples/ubuntu-compose/ubuntu-compose-prod.adoc[Local Production Setup] or xref:depl-examples/ubuntu-compose/ubuntu-compose-hetzner.adoc[Deployment on Hetzner], read the *Updating* section of that pages carefully.
*** If you have used the deployment examples based on _rolling releases version 6.x_ either for xref:depl-examples/ubuntu-compose/ubuntu-compose-prod.adoc[Local Production Setup] or xref:depl-examples/ubuntu-compose/ubuntu-compose-hetzner.adoc[Deployment on Hetzner], read the *Updating* section of those pages carefully.

** When using `Kubernetes - Helm`
*** Update `{{ .Values.image.tag }}` and/or `{{ .Chart.AppVersion }}` accordingly.
@@ -81,7 +81,7 @@ Update Config Settings::
* If not already done, get the new Infinite Scale version as described in xref:download-and-install-infinite-scale[Download and Install Infinite Scale].

* Run the `ocis init --diff` command: +
Because this will now run the new ocis code, it will create in case of changes found two files:
Because this will now run the new ocis code, it will create two files to help manage the needed changes:
+
--
. `ocis.config.patch` which contains all the changes that can be applied and