* HH-441: harden durable storage and recovery * HH-441: clear recovery review blockers * HH-441: enforce offsite backup failure domain --------- Co-authored-by: Rogee <rogee@ipao.vip>
6 lines
140 B
SQL
6 lines
140 B
SQL
DO $$
|
|
BEGIN
|
|
RAISE EXCEPTION 'migration 000048 is irreversible; restore the pre-upgrade backup instead of destroying rollup data';
|
|
END
|
|
$$;
|