new faq item explaining how to migrate to a new server

This commit is contained in:
Ivan Folgueira Bande 2024-09-10 10:35:03 +02:00
parent abaf78e020
commit ae44a2dade
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

10
FAQ.md
View File

@ -8,6 +8,7 @@
- [Does the running node have any incentives?](#does-running-a-node-have-any-incentives)
- [Error when running .register_rln.sh](#error-when-running-register_rlnsh)
- [Problem with Grafana](#does-my-grafana-looks-right)
- [Migrate my setup to another server?](#how-to-migrate-my-setup-to-another-server)
----
@ -47,4 +48,13 @@ It should look like:
http://5.196.26.230:3000/d/yns_4vFVk/nwaku-monitoring?orgId=1&refresh=1m
### How to migrate my setup to another server?
1. Clone [nwaku-compose](https://github.com/waku-org/nwaku-compose) in the new server.
2. Move your `keystore` folder (`nwaku-compose/keystore/`) from your current setup to the new server.
That folder was created when you executed `./register_rln.sh`,
and then, there is no need to run `./register_rln.sh` again.