mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Creating Postgres read-only user fails #121
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @skilar on 2/19/2026
When trying to create a read-only user in Postgres 17 (on Supabase), I receive this error:
failed to verify user creation: ERROR: current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02)I'm using the latest version of Databasus, v3.14.1. I'm seeing these two messages in the Pooler logs in Supabase:
"ClientHandler: socket closed with reason {:shutdown, :terminate_received}, DbHandler {#PID<0.16481.5126>, {:idle, :session}}""DbHandler: Terminating with reason :client_termination when state was :idle"