Hi there,
I wanted to upgrade my mattermost server from older version to another, everything works correctly ( text and links and all the data from the old server, except all the images are not loading in.
Ubuntu 24.04 - virtual machine is how i run mattermost.
-mysql server
I followed the following articles and documentations:
Backup and disaster recovery - Mattermost documentation.
Bulk export tool - Mattermost documentation
https://docs.mattermost.com/onboard/migrating-to-mattermost.html#migrate-mattermost-from-one-server-to-another
Tested the following versions because i thought the version is the issue:
https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz
wget https://releases.mattermost.com/9.9.1/mattermost-team-9.9.1-linux-amd64.tar.gz
Tested also an enterprise as well:
wget https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz
Still the same issue, everything works except the images are not loading in.
I made sure all the folders and subfolders have 755 permisions and performed the following commands:
chown -R mattermost:mattermost /opt/mattermost
chmod -R g+w /opt/mattermost
Checked also the following posts from the community:
I can attach the config.json file, let me know if you need to attach the logs from /opt/mattermost/logs or any other information.
Let me know if anyone encounter this issue and if anyone have any inputs.
Thank you.