Dear Sir
I want to migrate the NucleusDB data from Server A to Server B.
In that case, About the account data, which file(or directory) should we copy from Server A to Server B ?
Is there any tool within the Nucleus Tool that allows for account data migration?
Certainly! Here’s a short and concise answer:
To migrate NucleusDB account data from Server A to Server B, you typically need to copy the /nucleus/accounts/ directory (or its equivalent path based on your setup), as it contains user credentials and account metadata.
If you’re using the Nucleus Tool, check if there’s a built-in export/import or migration utility—some versions include a CLI-based nucleus migrate command or similar. Refer to the official documentation or run nucleus --help for available options.
Always back up your data before proceeding.
If you are attempting to migrate your server data, please follow these instructions.
Migration and Upgrades — Omniverse Nucleus
If you are attempting to do a backup/restore please follow these
Backups and Data Restoration — Omniverse Nucleus
Dear Williamthomes-san
About /nucleus/accounts/ directory:
It’s probably referring to /nucleus-data/local-account-db/.
Thank you.