Hello! Gitter chat support has been cancelled. Please redirect all requests to Discord: discord.gg/gnosischain (Channel #blockscout)
dependabot[bot] on npm_and_yarn
Bump css-minimizer-webpack-plug… (compare)
dependabot[bot] on npm_and_yarn
Bump eslint from 8.17.0 to 8.21… (compare)
dependabot[bot] on npm_and_yarn
Bump bignumber.js from 9.0.2 to… (compare)
dependabot[bot] on npm_and_yarn
Bump sass from 1.49.8 to 1.54.3… (compare)
[Igor Barinov, POA Network] There is no bounty program for BlockScout yet.
Meanwhile please contact security@poanetwork.com or @igorpoa on telegram and it can be discussed case by case
[Victor Baranov, POA Network] @mul53
Hey everyone, i want to upgrade a repo from blockscout v1 to v3, wanted to get some pointers on the right way to perform the upgrade
In order to upgrade from V1 -> V3
- You need to meet current general software requirements https://docs.blockscout.com/for-developers/information-and-settings/requirements
- Follow manual deployment guide https://docs.blockscout.com/for-developers/manual-deployment using the latest V3 stable release https://github.com/poanetwork/blockscout/releases
- Add all currently required environment variables https://docs.blockscout.com/for-developers/information-and-settings/deprecated-env-variables if some are missing in your deployment
- Check if you are still using some deprecated environment variables and replace them https://docs.blockscout.com/for-developers/information-and-settings/deprecated-env-variables
Take into account that V3 contains a lot of DB migrations which includes optimization of indexes, new columns in existing tables and if your DB is quite big, it may take a long time to process all migrations. Do it with patience.
@sameroom-bot
[Victor Baranov, POA Network] @mul53
Hey everyone, i want to upgrade a repo from blockscout v1 to v3, wanted to get some pointers on the right way to perform the upgrade
In order to upgrade from V1 -> V3
- You need to meet current general software requirements https://docs.blockscout.com/for-developers/information-and-settings/requirements
- Follow manual deployment guide https://docs.blockscout.com/for-developers/manual-deployment using the latest V3 stable release https://github.com/poanetwork/blockscout/releases
- Add all currently required environment variables https://docs.blockscout.com/for-developers/information-and-settings/deprecated-env-variables if some are missing in your deployment
- Check if you are still using some deprecated environment variables and replace them https://docs.blockscout.com/for-developers/information-and-settings/deprecated-env-variables
Take into account that V3 contains a lot of DB migrations which includes optimization of indexes, new columns in existing tables and if your DB is quite big, it may take a long time to process all migrations. Do it with patience.
Thank You!