We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1747555 commit 9109aedCopy full SHA for 9109aed
docs/zkEVM/get-started/state-sync-snapshots.md
@@ -36,7 +36,7 @@ Follow the instructions below to run a fast state sync on a node database using
36
docker compose exec -it zkevm-state-db pg_restore -U state_user -v -d state_db /tmp/statedb.schema
37
```
38
39
-4. Import the backup file into database:
+4. Import the backup file into the database:
40
41
```sh
42
gunzip -c statedb.sql.gz | docker compose exec -T zkevm-state-db psql -U state_user -d state_db
0 commit comments