near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

All links to backups in public S3 buckets are dead #267

Closed lebedev closed 2 years ago

lebedev commented 2 years ago

All 4 links in README to backups seem dead as they return errors like this:

<Error>
    <Code>InvalidRequest</Code>
    <Message>
        S3 Transfer Acceleration is disabled on this bucket
    </Message>
    <RequestId>A89G6GGZQADR283D</RequestId>
    <HostId>
        QtbIA4rVcdgtaD/pIRsIYJX9An1AHE9qOWpyLt110NbgLWwQyr9ONelAeHP3eM8oG3ruREoyJ64=
    </HostId>
</Error>

What to do? Is there a backup place to download those backups from?

khorolets commented 2 years ago

Oh, thanks for bringing it out! We'll fix the README. Meanwhile you can refer to the doc page https://near-nodes.io/intro/node-data-snapshots

lebedev commented 2 years ago

Thanks!

khorolets commented 2 years ago

We need to replace the data about the backups with some quotes from this page https://near-nodes.io/validator/validator-bootcamp#get-data-backup or with the link to stop misleading people by providing the info about old backups.

Keeping this issue open. Perhaps someone would like to contribute :)