"error: pq: role "root" does not exist" when running pq with Postgres for Docker
I am setting up a local Postgres database on Docker with the postgres:14-alpine image, and running database migrations on it with golang-migrate, when I got the following error message after running the migrate tool: error: pq: role "root" does not…