Skip to content

Commit

Permalink
Update maintaining-an-installation.md (#39)
Browse files Browse the repository at this point in the history
default postgresql container user is "postgres" , not "openremote"
  • Loading branch information
Hackerberg43 authored Jan 9, 2025
1 parent bd61ca5 commit d992e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/maintaining-an-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d992e25

Please sign in to comment.