diff --git a/content/tutorials/how-to-install-misskey-in-ubuntu-22-04-manual-without-docker/index.md b/content/tutorials/how-to-install-misskey-in-ubuntu-22-04-manual-without-docker/index.md index 0cc0ec1..4345ec2 100644 --- a/content/tutorials/how-to-install-misskey-in-ubuntu-22-04-manual-without-docker/index.md +++ b/content/tutorials/how-to-install-misskey-in-ubuntu-22-04-manual-without-docker/index.md @@ -136,6 +136,7 @@ sudo -u postgres psql CREATE DATABASE WITH ENCODING = 'UTF8'; CREATE USER WITH ENCRYPTED PASSWORD ''; GRANT ALL PRIVILEGES ON DATABASE TO ; +\c GRANT ALL ON SCHEMA public TO ; \q ```