Mention the database name to create psql extension.

Seems that the extensions are per-database.
Without that tweak, the install will fail at django migrations step, yelling for insuficient rights to install the accent extension itself.
This commit is contained in:
JocelynDelalande 2018-06-08 23:44:08 +00:00
parent 938aa2c8f1
commit 7fa99750d9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ for funkwhale to work properly:
.. code-block:: shell
sudo -u postgres psql -c 'CREATE EXTENSION "unaccent";'
sudo -u postgres psql funkwhale -c 'CREATE EXTENSION "unaccent";'
Cache setup (Redis)