From 3253ce8e8a9a2ed36e1c0887ec9e20ae62b1b509 Mon Sep 17 00:00:00 2001 From: brendan-coughlan Date: Thu, 2 Jan 2025 22:06:59 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 13dd9423..422231be 100644 --- a/README.md +++ b/README.md @@ -265,9 +265,6 @@ go run main.go restore-snapshot \ --database.db_name=sidecar \ --database.schema_name=public ``` -```bash -pg_restore --host --port 5432 --username --dbname --no-owner sidecar-testnet-2024-11-22.dump -``` ## RPC Routes From b21946d4219cf1423fc1a92322d95a5bf2811970 Mon Sep 17 00:00:00 2001 From: brendan-coughlan Date: Thu, 2 Jan 2025 22:08:18 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 422231be..3ddfd0f7 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ POSTGRES_DATA_PATH= docker-compose up * Testnet ([2024-11-22](https://eigenlayer-sidecar.s3.us-east-1.amazonaws.com/snapshots/testnet-holesky/sidecar-testnet-holesky-20241122.tar.gz)) -Example script +## Example boot from testnet snapshot ```bash curl -LO https://eigenlayer-sidecar.s3.amazonaws.com/snapshots/testnet-holesky/sidecar-testnet-holesky-20241122.tar.gz