Skip to content

Commit d992e25

Browse files
authored
Update maintaining-an-installation.md (#39)
default postgresql container user is "postgres" , not "openremote"
1 parent bd61ca5 commit d992e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-guide/maintaining-an-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use `docker stats` to show CPU, memory, network read/writes, and total disk read
1515
Access the database:
1616

1717
```shell
18-
docker exec -it openremote_postgresql_1 psql -U openremote
18+
docker exec -it openremote_postgresql_1 psql -U postgres
1919
```
2020

2121
Get statistics for all tables and indices (note that these are collected statistics, not live data):

0 commit comments

Comments
 (0)