mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01:00
add ALTER DATABASE in install.md
This commit is contained in:
parent
8ed9ec53f9
commit
a38caae060
@ -77,6 +77,7 @@ sudo -u postgres psql
|
||||
create database iceshrimp with encoding = 'UTF8';
|
||||
create user iceshrimp with encrypted password '{YOUR_PASSWORD}';
|
||||
grant all privileges on database iceshrimp to iceshrimp;
|
||||
alter database iceshrimp owner to iceshrimp;
|
||||
\q
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user