Database: Change path for new dbs to .sync_* #5904
authorChristian Kamm <mail@ckamm.de>
Tue, 18 Dec 2018 09:10:19 +0000 (10:10 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:28 +0000 (10:58 +0100)
commit69144566ce1859be2aef1ad7b379dc219395f751
tree059dc0cb6887237f348a7bd1626562f9e3edcf5d
parent30294e0c9a80eff1e6ae0cd842461d406324e2e6
Database: Change path for new dbs to .sync_* #5904

This is to avoid issues on OSX, where the ._ prefix has special meaning.

Originally (before 2.3.2) ._ was necessary to guarantee exclusion. But
since then the .sync_ prefix is excluded as well.

This does not affect existing database files.
doc/troubleshooting.rst
src/common/syncjournaldb.cpp
src/gui/folder.cpp
src/gui/folderman.cpp
test/scripts/txpl/ownCloud/Test.pm
test/scripts/txpl/t2.pl
test/scripts/txpl/t6.pl
test/syncenginetestutils.h