From 8006ed93280571b10b9a345fae021f701224c931 Mon Sep 17 00:00:00 2001 From: artmakh Date: Mon, 16 Dec 2024 17:38:02 +0700 Subject: [PATCH] chore(docs): Update link to EN mainnet backup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c3646f..68ad724 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,10 @@ Basic auth secret can be generated by `htpasswd` and `sed` for interpolation: 2. Prepare the latest database backup on your host. you can download it from our public GCS buckets: Skip this step if you are recovering from a snapshot! -* [Era Mainnet latest dump](https://storage.googleapis.com/zksync-era-mainnet-external-node-backups/external_node_latest.pgdump) +* [Era Mainnet latest dump](https://en-backups.matterlabs.dev/) * [Era Sepolia Testnet latest dump](https://storage.googleapis.com/zksync-era-testnet-sepolia-external-node-backups/external_node_latest.pgdump) -Downloaded dump file should be placed into `{{ storage_directory }}/pg_backups` directory (`/usr/src/en/pg_backups` by default) +Downloaded dump, if needed, should be unarchived and named `external_node_latest.pgdump`. File should be placed into `{{ storage_directory }}/pg_backups` directory (`/usr/src/en/pg_backups` by default). 3. **OPTIONAL**: If you already have running node, you can copy its tree and state directory to a new host's `{{ storage_directory }}/db`. (`/usr/src/en/db` by default) Skip this step if you are recovering from a snapshot!