Skip to content
Snippets Groups Projects
Commit 7fa99750 authored by JocelynDelalande's avatar JocelynDelalande
Browse files

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.
parent 938aa2c8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment