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

9019 « 2.9.1_2021-10-13 « changelog - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4058229f177bd821f8c554ba19c1b0e1f57f115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
```

We also removed the account info infix from the sync db used with the cmd client.

https://github.com/owncloud/client/issues/9019
https://github.com/owncloud/client/pull/9028
https://github.com/owncloud/client/pull/9046
https://github.com/owncloud/client/pull/9054