From d992e253aff5c0f5d89dd9357042c0cc94a2bcf0 Mon Sep 17 00:00:00 2001 From: Wouter Voorberg <119453250+Hackerberg43@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:44:58 +0100 Subject: [PATCH] Update maintaining-an-installation.md (#39) default postgresql container user is "postgres" , not "openremote" --- docs/developer-guide/maintaining-an-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/maintaining-an-installation.md b/docs/developer-guide/maintaining-an-installation.md index b979fb2..0d7b5a1 100644 --- a/docs/developer-guide/maintaining-an-installation.md +++ b/docs/developer-guide/maintaining-an-installation.md @@ -15,7 +15,7 @@ Use `docker stats` to show CPU, memory, network read/writes, and total disk read Access the database: ```shell -docker exec -it openremote_postgresql_1 psql -U openremote +docker exec -it openremote_postgresql_1 psql -U postgres ``` Get statistics for all tables and indices (note that these are collected statistics, not live data):