Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-09-15 16:34:33 +0300
committerGitHub <noreply@github.com>2021-09-15 16:34:33 +0300
commit9c4058ac39f02291641a102fa8ab0c977bb4d6a2 (patch)
tree0ca37894101f03b2203511f925547c20cd960bcd /changelog
parent9a27cc7b519eecf11b10c3f12c2a5080fc095c0f (diff)
Migrate existing db files and save their journal path (#9028)
Fixes: #9019
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/901913
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog/unreleased/9019 b/changelog/unreleased/9019
new file mode 100644
index 000000000..7e90ad415
--- /dev/null
+++ b/changelog/unreleased/9019
@@ -0,0 +1,13 @@
+Bugfix: A upgrade to 2.9 causes the usage of a new journal file
+
+We fixed a bug where the name of the sync journal was not properly saved to the settings.
+This caused a bug when migration to 2.9, so a new a new sync journal was created.
+
+This not only caused the loss of some selective sync settings, but also caused the display of the following warning message:
+
+```
+Multiple accounts are sharing the folder.
+This configuration is know to lead to dataloss and is no longer supported.
+Please consider removing this folder from the account and adding it again.
+```
+