How stupid is it to:
• copy all of my server storage to a TrueNAS pool (including some docker container postgres/mysql/mariadb database folders) on a new NAS
• mount the new pool (including all previously stated db directories) as an smb share
• try to use postgres/mysql/mariadb containers on the server while their data is stored in the smb share
?
Apparently pretty stupid. I have some kind of permissions issue (the db containers like to set the permissions as root:root) and I don’t know how to change that on the smb share without just 777ing the whole directory like a :sickos: :sickos2: .
What’s the Proper ©️®️™️ way to do this?