When trying to restore backup from s3://imos-backups/backups/db1-prod-aws-syd.emii.org.au/pgsql/2023.08.30.00.07.35/nrmn_prod/nrmn.dump the materialized view nrmn.ep_rarity_range fails to create (and refresh) with ERROR: value out of range: underflow.
As a result materialized views that depend on this one will also fail.
This will be a problem if we need to restore the backup.
When trying to restore backup from
s3://imos-backups/backups/db1-prod-aws-syd.emii.org.au/pgsql/2023.08.30.00.07.35/nrmn_prod/nrmn.dump
the materialized viewnrmn.ep_rarity_range
fails to create (and refresh) withERROR: value out of range: underflow
.As a result materialized views that depend on this one will also fail.
This will be a problem if we need to restore the backup.