YunoHost-Apps / funkwhale_ynh

A modern, convivial and free music server on YunoHost
https://funkwhale.audio/
GNU Affero General Public License v3.0
73 stars 22 forks source link

Failed installation (Logs) #60

Closed IsidoreIsou closed 5 years ago

IsidoreIsou commented 5 years ago

Hello, (I've asked for help on yunohost forum as well, will update both threads)

I was able to install Funkwhale on a home YNH 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!

GannonTdW commented 5 years ago

hello,

have you postgresql-contrib ?

dpkg -l |grep postgresql-contrib

If not :

apt install postgresql-contrib

cf here

Same message as on the Yunohost forum :)

GannonTdW commented 5 years ago

@IsidoreIsou can you tell us if it works better with postgresql-contrib ?

IsidoreIsou commented 5 years ago

Problem solved! Installation runs without error after

apt install postgresql-contrib