Supabase CI issue

Hello. We started getting an error in our CI when trying to start supabase for tests.
I've already tried multiple different supabase versions (currently on ^2.54.11)
Command is:
pnpm supabase start --debug --exclude edge-runtime,imgproxy,logflare,postgres-meta,studio,storage-api,supavisor,vector

And the error is related to iceberg-catalog-ids migration
Status: Downloaded newer image for public.ecr.aws/supabase/storage-api:v1.28.2
/app/dist/internal/errors/codes.js:235
  InternalError: (e, message) => new import_storage_error.StorageBackendError({
                                 ^

StorageBackendError: Migration iceberg-catalog-ids not found
    at Object.InternalError (/app/dist/internal/errors/codes.js:235:34)
    at /app/dist/internal/database/migrations/migrate.js:425:36
    at async /app/dist/internal/database/migrations/migrate.js:553:14
    at async connectAndMigrate (/app/dist/internal/database/migrations/migrate.js:383:5)
    at async runMigrationsOnTenant (/app/dist/internal/database/migrations/migrate.js:273:3)
    at async /app/dist/scripts/migrate-call.js:30:3 {
  metadata: {},
  code: 'InternalError',
  httpStatusCode: 500,
  userStatusCode: 500,
  originalError: undefined,
  resource: undefined,
  error: undefined
}


I've seen a commit to storage repo around that time we started getting these errors, but we have different version. Does anyone could help me where to look?
Was this page helpful?