Back up your database
The best way to do this is to use .backup
sqlite command:
-
Navigate to either
build/data/shared_mainnet_0/db/
(if you're running Holesky:shared_holesky_0
) or the directory you supplied to the--data-dir
argument when you launched Nimbus. -
Run the following command:
Make sure to correctly type both single and double quotes, as written above.