создать базу через psql , ps -oм проверял, постгрес внутри завелась
```
root@6c6f07439cb7:/# ps aux |grep postgres
postgres 1 0.1 0.4 213116 26936 ? Ss Jul26 0:00 postgres
postgres 69 0.0 0.1 213220 6180 ? Ss Jul26 0:00 postgres: checkpointer
postgres 70 0.0 0.0 213116 5648 ? Ss Jul26 0:00 postgres: background writer
postgres 71 0.0 0.1 213116 9744 ? Ss Jul26 0:00 postgres: walwriter
postgres 72 0.0 0.1 213672 8548 ? Ss Jul26 0:00 postgres: autovacuum launcher
postgres 73 0.0 0.0 67604 5308 ? Ss Jul26 0:00 postgres: stats collector
postgres 74 0.0 0.1 213548 6680 ? Ss Jul26 0:00 postgres: logical replication launcher
root 538 0.0 0.0 6180 648 pts/0 S+ 00:03 0:00 grep postgres
root@6c6f07439cb7:/# psql -d postgres -c "CREATE DATABASE myosm;"
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: role "root" does not exist
```
psql -U postgres
Обсуждают сегодня