root@6f65f3f5d148 ~# pg_ctlcluster 13 main start
root@6f65f3f5d148 ~# service postgresql status
root@6f65f3f5d148 ~# sudo su postgres
postgres@6f65f3f5d148:/root$ psql
postgres=# \c mimic; mimic=# set search_path to mimiciii;
mimic=# \q
postgres@6f65f3f5d148:~$ su