Illustration

Migrating your Nym node to a new server or location may be necessary for reasons such as changing your VPS provider, upgrading infrastructure, or moving to a different geographical location. Below are general recommendations and actions to ensure a safe migration.

Backup Your Node

Before starting, create a full backup of your node’s configuration files, including private keys. This is essential for restoring functionality in case of any errors.

Stop the Node

Ensure your node is stopped before migrating. This prevents data corruption or conflicts during the transfer process.

Transfer Data

Copy the backup files to the new server or location using secure transfer methods like SCP or rsync.

Set Up the New Server

Ensure the new server has all the required dependencies and software installed, including the OS, network configurations, and libraries.

Restore Configuration

Transfer the configuration files from the backup to the new server. Update any parameters that have changed, such as the server’s IP address.

Start the Node

After completing the setup, start the node on the new server. Verify that it is functioning properly.

Test Connectivity

Check that your node is correctly integrated into the network. This can be verified through the Nym Explorer or other monitoring tools.

Monitor Performance

Continue monitoring your node’s performance after the migration to ensure no errors or connectivity issues arise.

Recommendations:

● Planning: Prepare a clear migration plan to avoid unexpected issues.● Security: Store backup data securely to prevent unauthorized access.● Testing: Verify all aspects of the node’s functionality post-migration, including stability and network connectivity.● Documentation: Always refer to the official documentation for up-to-date information on configurations and updates.