PostreSQL
Posted: 14 Jul 2025, 22:11
Вход и создание БД в PostreSQL
Code: Select all
sudo -u postgres createuser --pwprompt nextcloud
Code: Select all
sudo -u postgres createdb --encoding=UTF8 --locale=en_US.UTF-8 --owner=nextcloud nextcloud