Closed adapt7 closed 6 months ago
Looks like latest version pull and recreating docker VOLUME solves the problem:
docker volume rm ton-indexer_postgres_data
(this clears postgres database data completely)
and then recreate / restart docker services:
docker compose up -d postgres alembic index-api
docker compose up -d index-worker
After recent pull and docker rebuild the postgres won't start due to compatibility issues (v15 vs v16). No instructions how to handle this so reverted to 15.
When I changed postgres:16 to postgres:15, I get this from alembic: