I’m trying to move from docker and 0.61 to snap 0.63.
I have installed 0.63 on a Ubuntu-server using snap.
I’ve made a mongdump from the old server.
I’ve dropped the meteor database. I’m stopping the rocketchat service and running a mongorestore on the new server.
When I run mongo from ssh and look in the database I see my old data.
When I start rocketchat, it’s still there with its original database.
What am I doing wrong?