nextcloud / groupfolders

๐Ÿ“๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Admin-configured folders shared by everyone in a group. https://github.com/nextcloud-releases/groupfolders
https://apps.nextcloud.com/apps/groupfolders
288 stars 87 forks source link

Permissions lost after migration to docker #3361

Open TristisOris opened 1 month ago

TristisOris commented 1 month ago

How to use GitHub

Steps to reproduce

  1. create docker instance
  2. attach old appdata, apps, db.
  3. check groupfolder permissions.

Expected behaviour

Actual behaviour

i see created groups with php occ groupfolders:list but nothing at occ groupfolders:permissions

Server configuration

Operating system:

Web server: nginx Database: mysql PHP version: 8.2 Nextcloud version: (see Nextcloud admin page) 30.0.0

Group folders version: 18.0.3 Updated from an older Nextcloud/ownCloud or fresh install: updated Where did you install Nextcloud from: docker Are you using external storage, if yes which one: local/s3/smb/sftp/... you not support external storage. Are you using encryption: yes/no no Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/Saml/... ldap

Client configuration

Browser:

Operating system:

Logs

Web server error log

Web server error log ``` Insert your webserver log here ```

Nextcloud log (data/nextcloud.log)

Nextcloud log ``` Insert your Nextcloud log here ```

Browser log

Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
provokateurin commented 1 month ago

Could this be the same as https://github.com/nextcloud/groupfolders/issues/1288?

TristisOris commented 1 month ago

looks same, yes. if i edit appdata id to old one, i see no any folder content.

TristisOris commented 1 month ago

also mounted appdata folder with same path as old host - it works.