mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:52:26 -05:00
The current command `create database gotosocial with locale C.UTF-8 template template0;` fails because the locale has to be quoted: ``` postgres=# create database gotosocial with locale C.UTF-8 template template0; ERROR: syntax error at or near "." LINE 1: create database gotosocial with locale C.UTF-8 template temp... ``` Tested manually that it works with the quotes and the official postgres examples also use quotes around the locales: https://www.postgresql.org/docs/current/sql-createdatabase.html |
||
|---|---|---|
| .. | ||
| admin | ||
| advanced | ||
| api | ||
| assets | ||
| configuration | ||
| federation | ||
| getting_started | ||
| user_guide | ||
| environment.yml | ||
| faq.md | ||
| index.md | ||
| swagger.go | ||