mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-12 17:59:06 +02:00
NewTestStoreFromSQL returned without closing the sqlite seed store when both engine attempts failed, leaving the connection and its opener goroutine behind on the failure path too. A template database whose migration or schema extraction failed was also left on the server; it is dropped so retries on a shared server do not accumulate them.