new faq item explaining how to migrate to a new server (#125)

This commit is contained in:
Ivan FB 2024-09-10 22:55:58 +02:00 committed by GitHub
parent abaf78e020
commit edcfc926a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

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.