Skip to content

Docker-compose issues when building a project #879

@SlavaLenskyy

Description

@SlavaLenskyy

I'm not 100% sure this is not related to my local env, but I've tried on two different machines so far with the same result. I also don't see any errors while docker-compose is running.

After running

git clone https://github.com/cybertec-postgresql/pgwatch.git && cd pgwatch

docker compose -f ./docker/docker-compose.yml up --detach

all the instances are up and running I see several issues:

  1. Grafana admin login/password ( admin/pgwatch2admin ) doesn't work.
  2. pgwatch has 75 metrics present, but metrics.yaml defines 77 metrics. Missing last two metrics: postgres_role, archiver_pending_count.
  3. Because postgres_role metric is missing, grafana doesn't display a list of databases in dropdown menu in dashboards.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions