Hello,
I was able to install Funkwhale on a home server, now I’m trying to install it on a VPS (Kimsufi) but the installation is failing. It’s on a separate domain. My YNH installation is clean.
Here is the log : https://paste.yunohost.org/raw/zebunoxovi
Thanks for your help!
hello,
have you postgresql-contrib
?
dpkg -l |grep postgresql-contrib
If not :
apt install postgresql-contrib
cf here
can you tell us if it works better?
I have create a PR on Yunohost funkwhale’s repo.
…
I’m sure I already did it when I had the same problem … but I had to make a mistake.
1 Like
Problem solved! Installation runs without error after
apt install postgresql-contrib