Changed
- updated xrp indexer to
v2.0.0-rc.0 - updated xrp verifier to
v1.5.0-rc.2 - updated PostgreSQL version to 18
Update notes
This release requires reindexing of XRP verifier database data. DOGE and BTC also require a migration or reindex.
XRPmust be fully reindexed becauseverifier-xrp-indexer v2.0.0changes the database schema.BTC,DOGE, andXRPare now using PostgreSQL 18, so you must either migrate the existing database or remove the database volume and reindex.
To reduce downtime, it is recommended to prepare a parallel deployment first and switch the FDC client to it during the reindex.
For each affected verifier:
- Stop the old deployment with
docker compose down. - Migrate the database or remove the old database volume. (for example
docker volume rm verifier-btc_btc-indexer-database) - Run
./generate-config.sh. - Start the new version with
docker compose up -d.
Full Changelog: https://github.com/flare-foundation/fdc-suite-deployment/blob/v1.2.4-rc.0/RELEASES.md