Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

wallet-api-1 | Caused by: org.postgresql.util.PSQLException: FATAL: role "waltid" does not exist #183

@sammerham

Description

@sammerham

I am trying to start wallet-api-1 , but I am keep getting this error PSQLException: FATAL: role "waltid" does not exist
Basically: wallet-api container cannot connect to the PostgreSQL database due to a missing PostgreSQL role (waltid). The error FATAL: role "waltid" does not exist indicates that the waltid user role, which is required to establish the database connection, does not exist in the PostgreSQL instance. This issue prevents the wallet-api service from initializing and causes it to exit with an error

confusing part is I am seeing waltId rol (superUser) and waltId db inside the PostgreSQL instance running inside the Docker container.
Screenshot 2024-10-11 at 8 03 25 PM
Screenshot 2024-10-11 at 8 03 54 PM
Screenshot 2024-10-11 at 8 18 00 PM

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions