Chris Gwilliams

Results 259 comments of Chris Gwilliams

If the user exists, can you connect directly to the instance and not the pooler (to rule out any issue there)

To confirm: The password is the issue? If you: - Create a new user - pause the project - restore - attempt to login with credentials for the new user?...

Hi @laurihy Thanks for reporting and clarifying. I can reproduce this using the steps outlined and have informed the Infra and Postgres teams. Will report back when there is an...

Hi @laurihy Spoke with the Infra team and this is actually expected behaviour that is [documented](https://supabase.com/docs/guides/platform/backups#daily-backups) (which was also news to me!). I have opened a [PR](https://github.com/supabase/supabase/pull/28760) to link to...

Hi @laurihy Thanks for the feedback, all of the points mentioned are good ones. Custom checks on databases are non trivial (warning if there are custom roles) but we certainly...

As this is covered in the linked issue (and there is a PR open), let's close this and track it there.

Thanks for opening, this is not ideal and should be managed by Vercel. We can [modify the docs site](https://vercel.com/guides/are-vercel-preview-deployment-indexed-by-search-engines) to handle this but I think it should be done by...

Thanks for opening! Which phone provider are you using and how have you configured it?

Hey there, Thanks for opening! To confirm: this is running `supabase start` and using the printed variables? Can you confirm that connectivity is possible to the studio and to the...

Thanks for opening, this certainly does highlight a lack of clarity in these docs! You can add the custom schema to your databases search_path (see [here](https://www.postgresql.org/docs/current/ddl-schemas.html)) and we should include...