Error "Migration iceberg-catalog-ids not found" after supabase link
I upgraded my cloud DB today which brought in postgres 17.6.1.048. After linking to my dev instance via the CLI (version 2.58.5 which npm says is the latest), the DB refuses to start, offering the following error repeatedly:
Digging a bit, I found in the
Further, I see that the file
Why would the cli ignore the storage version specified?
Digging a bit, I found in the
supabase/.temp folder a file called storage-migration with the value iceberg-catalog-ids. Removing that file allows the DB to start.Further, I see that the file
storage-version has v1.31.1 but the docker image for that is never fetched. The cli is still running storage image v1.29.0. My hunch is that 1.29.0 does not have the necessary bits to run this "iceberg" migration.Why would the cli ignore the storage version specified?