mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-22 14:08:18 +00:00
ba9df27e78
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