YunoHost-Apps / wikijs_ynh

Modern and powerful wiki app package for YunoHost
https://wiki.js.org/
GNU Affero General Public License v3.0
18 stars 4 forks source link

Unable to install it on yunohost raspbian #172

Open flo06800 opened 2 years ago

flo06800 commented 2 years ago

Hello,

Unfortunately i'm unable to complete the installation of this module.

I'm facing an issue with postgresql, which i'm not familiar with. Here are the logs if this can help: https://paste.yunohost.org/raw/exasaroruz

Let me know if i can try something else. i've tried to remove all previous psql packages, but did not work.

Also tried to install pgsql cluster as explained: root@coutard:~# locale locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LANG=fr_FR.UTF-8 LANGUAGE=fr_FR LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8 root@coutard:~# pg_createcluster 11 main --start perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "fr_FR", LC_ALL = "en_US.UTF-8", LANG = "fr_FR.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("fr_FR.UTF-8"). Error: The locale requested by the environment is invalid: LANG: fr_FR.UTF-8 LANGUAGE: fr_FR LC_ALL: en_US.UTF-8

Thanks

yalh76 commented 1 year ago

Seems that /etc/postgresql/11 is missing after postgresql install.

You can try to install postgresql manually doing apt install postgresql and check if there is a /etc/postgresql/11 folder