FileIDs should not change when datadirectory is moved
How to use GitHub
- Please use the ๐ reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Have files stored on a groupfolder shared with other users
- Move the
datadirectoryto another location and adjustconfig.phpaccordingly
Expected behaviour
Everything should work as before
Actual behaviour
Since the datadirectory changed, the every file inside a groupfolder receives a new fileId. Therefore all metadata (e.g. shares) are lost.
This might not be a groupfolder issue per se, but rather related to https://github.com/nextcloud/server/issues/42581.
CC: @sorbaugh
Server configuration
Nextcloud version: 26.0.9
Group folders version: 14.0.5
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 24
Are you using external storage, if yes which one: local
Are you using encryption: No
Are you using an external user-backend, if yes which one: No
Similar to https://github.com/nextcloud/groupfolders/issues/1468 and https://github.com/nextcloud/groupfolders/issues/2577 See also https://github.com/nextcloud/groupfolders/issues/1468#issuecomment-1813096215
Duplicate of https://github.com/nextcloud/groupfolders/issues/1468