From d1a64a813559c98ebc352d84f7de2e7191034d5f Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 17 May 2021 16:29:58 +0200 Subject: [PATCH 1/2] add 1.6.0 breaking changes to docs --- docs/ocis/release_notes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index cac6f8c5ea..1f3de0287f 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -27,6 +27,22 @@ You can also read the full [ownCloud Infinite Scale changelog](https://github.co We are currently in a Tech Preview state and breaking changes may occur at any time. For more information see our [release roadmap]({{< ref "./release_roadmap" >}}) {{< /hint >}} +#### Changed oCIS JSON share driver storage format + +Related: [#1655](https://github.com/cs3org/reva/pull/1655) + +The storage format of the oCIS JSON share driver has changed. You will be affected if you plan to update from a previous version of oCIS to oCIS 1.6.0, you have shared files or folders with users or groups and you are using the oCIS JSON share driver, which is currently the default share driver. + +Implications: +- manual action required + +Our recommended update strategy to oCIS 1.4.0 is: +1. let users note all their shares with users and groups they set up in oCIS +1. stop oCIS +1. move / delete the JSON share driver storage file `/var/tmp/ocis/storage/shares.json` +1. update to oCIS 1.6.0 +1. let users recreate their shares + ## ownCloud Infinite Scale 1.5.0 Technology Preview Version 1.5.0 is a maintenance release for the Infinite Scale backend with a number of bug fixes and smaller improvements. For ownCloud Web it brings further accessibility improvements and a whole bunch of new features. The web interface can now be branded and there is a new, dedicated view in the left sidebar to list all link shares of a user. From 7bc064f4ff6c46dc084bde2ec17298788e8e91e9 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 18 May 2021 08:01:22 +0200 Subject: [PATCH 2/2] fix version --- docs/ocis/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 1f3de0287f..7158e95c64 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -36,7 +36,7 @@ The storage format of the oCIS JSON share driver has changed. You will be affect Implications: - manual action required -Our recommended update strategy to oCIS 1.4.0 is: +Our recommended update strategy to oCIS 1.6.0 is: 1. let users note all their shares with users and groups they set up in oCIS 1. stop oCIS 1. move / delete the JSON share driver storage file `/var/tmp/ocis/storage/shares.json`