From edcfc926a3eca1106640a45dac4d9780291354a2 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:55:58 +0200 Subject: [PATCH] new faq item explaining how to migrate to a new server (#125) --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index b51d504..7cb16db 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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. +