syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
392 stars 39 forks source link

backup should not break /data/[app] permissions #680

Closed cyberb closed 1 year ago

cyberb commented 1 year ago

As per conversation restoring backup breaks permissions (some times?) https://syncloud.discourse.group/t/odroid-xu-4-system-change-to-arm64/266/45

The fix was:

sudo chown -R nextcloud:nextcloud /data/nextcloud

Check where can break this and run permissions fix automatically after app restore if needed.

cyberb commented 1 year ago

Probably was a device migration issue, cannot reproduce.