-
|
I use supabase postgresql db string url, and it gives me this error At first everything works smoothly, but then it start me error, I delete other projects and clear database still this error comes Plz help me if possible. Thank u |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Other Supabase projects has no effect on this project unless you're out of free tier stuff or something, but that would still be an unrelated issue.
Did you perhaps delete the |
Beta Was this translation helpful? Give feedback.
-
|
I just want to know how to clear everything and start fresh At first it goes smoothly but my own private channel/group not shown in list, so I restart teldrive and refresh web page and error started |
Beta Was this translation helpful? Give feedback.
-
|
ok, now I make a new project and use new db string, now this error comes, can u explain me why and what is it for and how to solve it |
Beta Was this translation helpful? Give feedback.
goose_db_versionis for database migrations, i.e. for managing schema changes.Start over and do not remove anything from the fresh db (supabase). Migrate your old db (i.e. export from old -> import to new) according to the supabase documentation.
When that is done and you encounter any other problem, you go from there. Do not remove any tables.