This is a Postgres issue, did you use"docker-compo...
# general
a
This is a Postgres issue, did you use"docker-compose up" to start Postgres/Redis, or did you take the deploying manually route and use your own database? You can check for the role in the database using:
Copy code
SELECT rolname FROM pg_roles WHERE rolname = 'medplum';
179 Views