File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
berkeley-upgrade/archive-migration
exchange-operators/rosetta
node-operators/archive-node Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ psql -c "CREATE DATABASE mainnet_balances_migrated;"
4242psql -c " CREATE DATABASE mainnet_really_migrated;"
4343
4444# Retrieve Archive Node Backup
45- wget https://673156464838-mina-archive-node-backups.s3.us-west-2.amazonaws. com/mainnet /mainnet-archive-dump-2024-04-29_0000.sql.tar.gz
45+ wget https://storage.googleapis. com/mina-archive-dumps /mainnet-archive-dump-2024-04-29_0000.sql.tar.gz
4646tar -xf mainnet-archive-dump-2024-04-29_0000.sql.tar.gz
4747
4848# Replace the database name in the dump
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 image : ' minaprotocol/mina-archive:3.1.0-ae112d3-bullseye'
3939 command : >
4040 bash -c '
41- curl -O https://673156464838-mina-archive-node-backups.s3.us-west-2.amazonaws. com/mainnet /mainnet-archive-dump-$(date +%F_0000).sql.tar.gz;
41+ curl -O https://storage.googleapis. com/mina-archive-dumps /mainnet-archive-dump-$(date +%F_0000).sql.tar.gz;
4242 tar -zxvf mainnet-archive-dump-$(date +%F_0000).sql.tar.gz;
4343 psql postgres://postgres:postgres@postgres:5432/archive -c "
4444 ALTER SYSTEM SET max_connections = 500;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ services:
3636 # image: 'gcr.io/o1labs-192920/mina-archive:3.1.0-alpha1-56cdb61-bullseye' # Use this image for Devnet
3737 command : >
3838 bash -c '
39- curl -O https://673156464838-mina-archive-node-backups.s3.us-west-2.amazonaws. com/mainnet /mainnet-archive-dump-$(date +%F_0000).sql.tar.gz;
39+ curl -O https://storage.googleapis. com/mina-archive-dumps /mainnet-archive-dump-$(date +%F_0000).sql.tar.gz;
4040 tar -zxvf mainnet-archive-dump-$(date +%F_0000).sql.tar.gz;
4141 psql postgres://postgres:postgres@postgres:5432/archive -c "
4242 ALTER SYSTEM SET max_connections = 500;
You can’t perform that action at this time.
0 commit comments