Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabaseβ€’3mo agoβ€’
2 replies
Yaroslav

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
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
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
}
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
storage
repo around that time we started getting these errors, but we have different version. Does anyone could help me where to look?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

supabase cli CI/CD failing
SupabaseSSupabase / help-and-questions
3y ago
Supabase CI failing with permission error
SupabaseSSupabase / help-and-questions
8mo ago
Supabase storage issue
SupabaseSSupabase / help-and-questions
7d ago
Auth0 & Supabase issue
SupabaseSSupabase / help-and-questions
3mo ago