Lauri Hynynen

Results 5 comments of Lauri Hynynen

Thanks for the quick follow up! I can confirm that the user itself still exists in the database. `\du` shows it correctly, it's visible in the dashboard, and I believe...

I tried connecting directly to the instance, and this time it was the password authentication that failed. ``` psql -h db.yfvxcipsikdlkfeeupnr.supabase.co -p 5432 -d postgres -U test_user Password for user...

It does indeed seem like the issue is with the passwords. > If you: > - Create a new user > - pause the project > - restore > -...

Hi @encima, Thanks, much appreciated! Now that I read that part of the documentation, I guess the behavior (at least sort of) does make sense. The updated docs in the...

Thanks, much appreciated! > The PR mostly links docs pages to other relevant docs pages but we could link [this](https://supabase.com/docs/guides/platform/migrating-and-upgrading-projects#pause--restore) in the dashboard in the restore dialog. What do you...