interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
https://rafiki.dev/
Apache License 2.0
226 stars 77 forks source link

Script to migrate from PSQL to Tigerbeetle #2686

Open sabineschaller opened 2 months ago

sabineschaller commented 2 months ago

Context

ASEs may want to migrate their accounting data from PSQL to Tigerbeetle, as soon as they are comfortable doing so. While most of them will probably write their own migration script, we want to offer a reference script also.

We need to consider handling incoming data while migrating or make sure the system is shut down for the time of migration. This needs to be well documented as well.

Todos