v.23.11Improvement

Allow backup of materialized view with dropped inner table

Allow backup of materialized view with dropped inner table instead of failing the backup. #56387 (Kseniia Sumarokova).
Allow backing up materialized views even if their inner tables have been dropped, preventing backup failures.

Why it matters

This feature prevents backup operations from failing when a materialized view references an inner table that has been dropped. It improves the robustness of backup procedures by allowing them to succeed in scenarios where some dependent inner tables no longer exist.

How to use it

Simply perform backups as usual. The backup process has been enhanced to handle materialized views with dropped inner tables automatically, requiring no additional user intervention.