Migration version is missing from the filename – can't restore from backup

The reason we removed the metadata file is because it FORCED a zip compression of the database plus one file.

It is not an issue if you are including downloads, but if you are not… it means 100% pointless gzip trip to combine 100GB database backup file (which is already streamed compressed from postgres backup) and 512 bytes of metadata file. So ultra-ultra-ultra pointless.

1 Like