You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a system, with running 2.7.2, the newly installed client says Migrating old config from "/home/testy/.config/ownCloud Testpilot Edition" to "/home/testy/.config/testpilotcloud"
And it creates a symlink, so that nothing bad happens, while the old binary still runs.
Testpilot cloud now falls back to the legacy location C:\Users\hanna\AppData\Roaming\testpilotcloud....
Introduced in #8670
The migration in https://github.com/owncloud/client/blob/master/src/gui/application.cpp#L171 was broken since the first day as
https://github.com/owncloud/client/blob/master/src/libsync/configfile.cpp#L112 was setting the legacy name each time the constructor is called.
TODO:
The text was updated successfully, but these errors were encountered: