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:
parent
938aa2c8f1
commit
7fa99750d9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue