-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service supabase is reaching the free tier limit #3780
Comments
The supabase dockerfile is a little bit complicated. So I will mentor for the migrate process if somebody would like to take handle of it |
Hi @Zheaoli , I am interested in picking this up and learning. Would you please help/mentor me through this? |
@Zheaoli can you share some thoughts on where do we store to the secrets. As I read, the secrets are being read from .env file. The recommended way is to store the secrets in secret manager. Thoughts / feedbacks? |
Hi, we don't need to set a instance on cloud. Just set an instance on github action runner for testing. It will be created in every single testing job. No need to store the secrets. |
Thank you for the clarification @suyanhanx . So then, we can follow the supabase self-hosting documentation as it is. Would you pls guide me which test should I get started with? |
We could consider dropping Supabase support, as there are no known users for Supabase storage and numerous unresolved upstream issues: #2199. I'm concerned about the sustainability of future maintenance. |
Ah ok, so shall we close the issue? |
We need some more discussion about this. Would like to checkout other good first issues like #3240? |
Thank you @Xuanwo for pointing this out. Let me look into one of those. |
We are going to remove supabase support, let's close. See discussion at https://lists.apache.org/thread/fxw4m4dhqqf91y8t4kl6f8j7zjgp3psv |
It's better for us to migrate to self-host supabase for behavior test: https://supabase.com/docs/guides/self-hosting/docker
The text was updated successfully, but these errors were encountered: