I have no support/technical question and have seen the support category. (Be aware that direct support questions will be deleted.)
on
Which general topic do you have
Hi, I want to move the user files outside of the Nextcloud installation directory without having to recreate or re-upload the database. Is it possible to move the data folder using a symlink?
It shall work. But personally I prefer a bind-Mount in /etc/fstab instead of symbolic links. The reason is every bind-mount is in one place to find and to edit if you wanna change it later (eg. in case to upgrade the OS, change hardware).
I just wanted to add that symlinking or bindmounting a folder outside of the webroot into the webroot won’t change anything regarding the security risks that keeping the datafolder inside the webroot may impose, i.e. there’s still the same chance that the datafolder will be accidentally exposed to the public in case of e.g. a misconfiguration of the webserver.