Skip to content

v20250113

Latest
Compare
Choose a tag to compare
@opcatdev opcatdev released this 14 Jan 09:43
· 4 commits to main since this release
v20250113
aae3f4a

Recommended system requirements: 8 CPUs, 32G memory

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=365400 into .env file

    • Start tracker worker and api

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