PostgreSQL
mkdir -p /var/lib/postgresql/12/data chown -Rf postgres:postgres /var/lib/postgresql/12/data chmod 0700 /var/lib/postgresql/12/data su postgres -c "/usr/x86_64-pc-linux-gnu/libexec/postgresql-12/initdb -D \"/var/lib/postgresql/12/data\" --encoding=UTF8" systemctl start postgresql-12.service systemctl enable postgresql-12.service