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

Collecting breaking changes for migration guide #10416

Open
ScharfViktor opened this issue Oct 25, 2024 · 3 comments
Open

Collecting breaking changes for migration guide #10416

ScharfViktor opened this issue Oct 25, 2024 · 3 comments

Comments

@ScharfViktor
Copy link
Contributor

ScharfViktor commented Oct 25, 2024

#10373 (comment)

  1. to make activity work we need add activitylog: service_account: to .ocis/config/ocis.yaml file
  • run ocis binary on stable-5.0
  • rebuild ocis on 6.1.1 version (Result: activities don't work)
  • run ocis/bin/ocis init --diff
  • a new activitylog service entry containing service_account: data has been added
    this is because the activitylog service has been added. it will not be active without this setting.
    note that the diff also highlights other, non breaking but necessary changes.
  • put suggested activitylog: block to ocis.yaml and run ocis again (1)
    note that activity now works, any activities before this fix will not get handled and are lost.

(1) ... the ocis init --diff command creates a patch file named ocis.config.patch and a backup file. Most easiest is to apply the path file with: patch < ocis.config.patch from the directory of the config file.

cc @mmattel

@ScharfViktor
Copy link
Contributor Author

ScharfViktor commented Oct 28, 2024

we need a fully change this page https://doc.owncloud.com/ocis/next/deployment/wopi/wopi.html#wopi-configuration-examples because we don't use cs3org/wopiserver anymore

@ScharfViktor
Copy link
Contributor Author

need to add COLLABORATION_WOPI_SECRET: "some-wopi-secret-onlyoffice"toonlyoffice.yml->collaboration-oo->enviromentor/andcollabora.yml->collaboration->enviroment`

more detais here: #10373 (comment)

@mmattel
Copy link
Contributor

mmattel commented Nov 13, 2024

need to add COLLABORATION_WOPI_SECRET: "some-wopi-secret-onlyoffice"toonlyoffice.yml

We have a bug in the ocis init --diff command. The command DOES add a secret, but the secret value is empty. A secret value MUST be added, see issue: #10560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants