You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The createuser command used by this action creates postgres user without superuser abilities. This means I cannot do actions like CREATE EXTENSION and other critical actions. There may be a need for another parameter for the user access rights. Thx!