Skip to content

CAT721

Latest
Compare
Choose a tag to compare
@opcatdev opcatdev released this 30 Oct 15:57
· 22 commits to main since this release
cat721
be02034

System Requirements (recommended):

  • 8 CPUs
  • 32G memory
  • 650G disk

How to upgrade tracker:

  • Pull the latest code

  • Go to the project root folder, run yarn install && yarn build

  • Go to the tracker folder

    • Run yarn install && yarn build

    • Run migration: yarn migration:run

    • Add a new line REINDEX_BLOCK_HEIGHT=149330 into .env file

    • Start tracker worker and api

    • Remove REINDEX_BLOCK_HEIGHT=149330 from .env file to avoid tracker reindexing when it restarts next time