supabase on Kubernets
howdy together i got supabase selfhosted working on Kubernets after some long nights.
But what i dont get is this.
the supabase/postgres:15.1.085 - 15.1.135 populates the database with its own migration things.
as i seen it on the db all the things that are relevant to to ONLINE Version are now in my _supabase database
on the schema visualiser i see all that things.
if want to get access to it over the the tables i cant, it says there is no table with id 22344
can i just remove all of that stuff and get rid of it ? or its still need for the auth service ?
also i have this errors on the logs the only thing i dont get working until know is deno.
the only thing i run over on the init is setting up the supabase_admin user first then running the pod
after that changing the roles &
passwords for the users need.
Thanks
But what i dont get is this.
the supabase/postgres:15.1.085 - 15.1.135 populates the database with its own migration things.
as i seen it on the db all the things that are relevant to to ONLINE Version are now in my _supabase database
on the schema visualiser i see all that things.
if want to get access to it over the the tables i cant, it says there is no table with id 22344
can i just remove all of that stuff and get rid of it ? or its still need for the auth service ?
also i have this errors on the logs the only thing i dont get working until know is deno.
the only thing i run over on the init is setting up the supabase_admin user first then running the pod
after that changing the roles &
passwords for the users need.
Thanks



