Data folder permissions

Hi Folks,

I’m migrating a standalone MM instance (MariaDB) to the Omnibus version with PostGres.

I’ve copied over the data folder from the old instance to the new one at /var/opt/mattermost/data.
and verified the settings in mmomni.yml

data_directory: /var/opt/mattermost/data
enable_plugin_uploads: true
enable_local_mode: true

I can upload and download new data in the GUI, but I can’t access the old imported data.

my perms look like:

drwxr-x---   3 mattermost mattermost  4096 Aug  3 20:01 20230803
drwxr-x---   3 mattermost mattermost  4096 Aug  8 22:13 20230808
drwxr-x---   3 mattermost mattermost  4096 Aug 15 22:47 20230815
drwxr-x---   3 mattermost mattermost  4096 Sep 25 19:48 20230925

If I set them to 777 as a test, I still can’t get them to load, nor can I see them if a make a new location and edit this at:

mmomni.yml
mmomni.mattermost.env
mmctl --local config edit

Has anyone experienced this? Or have any suggestions . . .

Thanks for considering,

Dan