You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo -u postgres psql
CREATE USER <user>;
ALTER ROLE <user> WITH SUPERUSER;
ALTER ROLE <user> CREATEDB;
ALTER ROLE <user> CREATEROLE;
ALTER ROLE <user> LOGIN;
CREATE DATABASE <db> OWNER <user>;
\q
Change settings
*ask me for further details
sudo systemctl reload postgresql
Backup before install
Remove older installed versions
Install PostreSQL 16
Set user before restore backup
Change settings
Restore backup
The text was updated successfully, but these errors were encountered: