Usually, recreating mirrors is not necessary unless there’s been breaking changes. Pausing the mirror, upgrading, and then resuming mitigates temporal non determinism. If the mirror for some reason after an upgrade is in a bad state, then the following procedure works, avoiding the need to resync:Documentation Index
Fetch the complete documentation index at: https://docs.peerdb.io/llms.txt
Use this file to discover all available pages before exploring further.
- Terminate
yourmirror-peerflowworkflow in Temporal - Run sql on PeerDB server:
delete from flows where name = 'yourmirror'; - Create mirror with same name and other parameters, but turn off initial copy

