Move users to another database

Hello. I have two different moralis databases . Can I transfer users from one database to another?

you could do that in theory, you have to dump the User table and ethAddress table from a server and load it on the other server, you will have to connect directly to mongo db

better to try to self host: