Small documentation improvement

This commit is contained in:
Pinga 2023-08-14 12:44:27 +03:00
parent 279aa370d9
commit e9bbd38de2

View file

@ -37,6 +37,7 @@ Now you need to update PostgreSQL Admin User Password:
sudo -u postgres psql
postgres=#
postgres=# ALTER USER postgres PASSWORD 'demoPassword';
postgres=# CREATE DATABASE registry;
postgres=# \q
```