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.
merge-requests/251/head
JocelynDelalande 2018-06-08 23:44:08 +00:00
rodzic 938aa2c8f1
commit 7fa99750d9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)