Skip to content

Commit

Permalink
some extra keys
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Apr 27, 2024
1 parent bf0b0fa commit 25826ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ of `pg_restore`. To utilize the backup:

- Download the `Backup.zip` artifact from the latest workflow run
- Extract the directory
- `pg_restore --dbname=mainnet ~/Downloads/Backup --jobs=16`
- `pg_restore --dbname=mainnet --format=d --jobs=16 --no-owner --no-privileges --disable-triggers ~/Downloads/Backup`

After restoring from the backup, you can start the indexer and it should begin at the last block that was synced before the backup started.

0 comments on commit 25826ea

Please sign in to comment.