I'm attempting to move a synced user+realm between two Realm Object Servers (developer edition), moving the Realm file is relatively straight forward but moving the user seems a little less so. The docs are a little sparse on the purpose and structure of the files inside of the ROS' root directory.
What's the best way to approach this, if it's possible at all.
To be clear, in this situation there are two ROS (ROS1 and ROS2). I want to move a user, their auth information and their realms from ROS1 to ROS2 without losing information on ROS2.