From 117055d20ca27e7deb406e404cf8a5814cdb37f3 Mon Sep 17 00:00:00 2001 From: Carlos Sims <57496484+simsbluebox@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:02:33 -0300 Subject: [PATCH] Update README.md: Goerli Just in case someone else needs it, I leave an alternative run for Goerli, tested in Ubuntu 18.04. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 22d0a1c..bdbd951 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,10 @@ cd ~ rm -Rf /tmp/3.1-db-upgrade-tool ``` +To migrate a Goerli Testnet database you should use: + +```bash +cargo run "$PARITY_PATH/chains/goerli/db/b1d518969eab529d/overlayrecent" +``` + Note that if your parity path is somewhere where you need super-user privileges to write to it, you'll need to add `sudo` before the `cargo run` line.