dennis-tra / nebula

🌌 A network agnostic DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Apache License 2.0
297 stars 32 forks source link

fix: visits id exhaustion #43

Closed dennis-tra closed 5 months ago

dennis-tra commented 11 months ago

This is a hotfix of our IPFS crawler deployment. We rolled over the maximum ID value in the visits table. This PR contains a migration that would fix that by creating a new table with the same schema+triggers+stored procedures but just with a bigint id column.