So recently I got into a giant issue of how to migrate stuff in Realm. I finally solved the problem, so I decided to post it on stackoverflow. Please note that Realm is upgrading their system very soon, so the answer will probably soon be outdated.
The code is for Realm 80.3.
This is the code I used:
The thing that got me was that Realm expects you to provide the full path to the database file.
Hopefully this post will help someone!