Files
netbird/management/server
mlsmaycon 6210e50f25 [management] Close the gorm handle when a test store fails to open
The Postgres and MySQL constructors left the gorm connection open when the
migration failed, so the template database still had a session and its drop
was refused. The drop now also retries while Postgres reports the database
as in use, and logs a warning instead of a debug line when it gives up.
2026-09-12 12:42:31 +00:00
..