🛠️ Pharos Testnet: Rebuild Node with Preserved Node Info
This guide helps you rebuild your Pharos Testnet node while preserving your existing validator identity (node info). This is useful when resetting the database but retaining validator keys and configuration.
1️⃣ Stop and Backup the Existing Node
2️⃣ Start a Fresh Node Container
3️⃣ ⏳ Wait for Initial Sync (~3 minutes)
Do not run docker stop or docker-compose down during this step.
You can check sync progress using:
4️⃣ Stop the Node and Restore Node Identity
Replace new config with the backup node info:
5️⃣ Restart and Finalize
Wait ~3 minutes again for sync to resume. You can check status using:
6️⃣ Clean Up Backup
Last updated