# How to Migrate my Plugin Node to New Server?

Migrating the Plugin node to a new server is easy if you have followed the latest script from our plugin-deployment folder(Modular Script Method). For other steps, such as docker, or an earlier version of plugin deployment adopted by users, new documentation will be shared.

If you have followed the Modular script method(recommended), then please proceed as follows

* Raise a ticket at <https://oracles.goplugin.co> and keep the Plugin Team informed, with the reason why the migration is to happen (with proper business justification)
* After you get a "Go-ahead" signal, please proceed with the following steps
  * Go to this repository -> <https://github.com/GoPlugin/plugin-deployment>
* Read through & follow the below steps

![](/files/G2EBbPLouWGPfdstQn0X)

Please note, while doing this backup, your node address and oracle address may not change. You will have the entire credential as same as your previous server. ***So you should be good with it, and you need not stake or re-stake.***

{% hint style="info" %}
During Migration, if you happen to see the changes in your node address (mostly it won't), but if there is any change with your node address. Then you have to request for "Un-stake" and do "Re-stake" again.&#x20;
{% endhint %}

Follow this article for Un-staking & Re-staking  => [Click Here](https://docs.goplugin.co/node-operators/how-to-un-stake-and-re-stake-it-back)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.goplugin.co/node-operators/how-to-migrate-my-plugin-node-to-new-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
