supabase/realtime

Seeds broken in latest docker image

menasheh opened this issue · 2 comments

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

When running the docker-compose in latest master, the seeds don't run and tenants table cannot be found.

To Reproduce

  1. git clone git@github.com:supabase/realtime.git
  2. cd realtime
  3. docker-compose build
  4. docker-compose up
  5. See error in server log

Expected behavior

Seeds should run correctly

System information

  • OS: Windows

@menasheh could you share the errors logged out?

today it worked... not sure what changed