No messages visible after upgrading to 8.4.0 in Docker

What version are you coming from?

Coming from Rocket Chat version 8.0.1 and MongoDB version 8.0.13

What version are you going to?

Going to Rocket Chat version 8.4.0 (or any version after 8.0.1) and MongoDB version 8.2

What deployment method did you use to deploy?

Docker compose

Did you follow a particular doc? Which one?

What issues are you running into upgrading?

I have tried both, changing the version number in my current instance to a later version. Then using ‘docker compose up -d’ to upgrade. And Creating a fresh install using the linked guide, then using ‘docker exec -i <container_name> sh -c ‘mongorestore --archive’ < db.dump’ to restore the data from the old working instance I had backed up before. After which I restart the containers with no success each time.

I had originally setup the Rocketchat container about a year ago using docker compose that had different instructions and only one compose.yml file. Hence why I tried a fresh install of 8.4.0 as it sets up more containers than before.

I have been able to rollback but cannot keep using this old version for much longer.