mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 19:50:38 +00:00
We currently cannot drop tenant before removing it's directory, or use Tenant::drop for this. This creates unnecessary or inactionable warnings during detach at least. Silence the most typical, file not found. Log remaining at `error!`. Cc: #2442