I recently rebased with 2.0.0-beta release since my last rebase which was about 3-4 months ago so much has changed.
I was wondering if we are able to run the migrations and get the DB schema up-to-date without having to drop all the tables and re-sync from scratch. Thanks.
Yes, you do not need to drop all the tables and resync from scratch. But some migrations can take hours depending on the amount of data in the chain and your Blockscout instance can have downtime. Please take it in mind.
@vbaranov Just need to run mix do ecto.migrate?
@dwalintukan yes, mix do ecto.migrate
Would suggest to add that to the Readme. Especially for Elixir noobs like myself 馃槅

@dwalintukan we collected all docs about Blockscout in the GitHub pages: https://poanetwork.github.io/blockscout/#/manual-deployment