[07:10:43]
<chrichri ⚡> geomaJust wrote an answer to your question.
[07:10:43]
<chrichri ⚡> > <@geoma:matrix.org> here it goes:
> https://paste.yunohost.org/raw/womesizaza
https://codeberg.org/flohmarkt/flohmarkt_ynh/issues/9
[08:31:30]
<tao> Hey i need to increase the number of possible connections to postgres server: `psycopg2.OperationalError: FATAL: remaining connection slots are reserved for non-replication superuser connections`
Is there a yunohost way to do it or can i just edit the conf?
[08:32:51]
<Aleks (he/him/il/lui)> i guess you should edit the conf
[08:46:09]
<tao> thanks Aleks (he/him/il/lui)
[14:00:27]
<Steve> Is it possible to install an earlier version of an app? If so, how? I would like to install Ghost, but it fails with this error message: https://github.com/YunoHost-Apps/ghost_ynh/issues/374
[14:02:00]
<Aleks (he/him/il/lui)> "yes" i suppose ... if you really know what you're doing ... you need to use the `/tree/<commitid>` you want ... such as for example `https://github.com/YunoHost-Apps/ghost_ynh/tree/052c19a46ade95e9b0dd9afe72dcb5611e786699` (this is the very last commit on the app repo)
[14:02:34]
<Aleks (he/him/il/lui)> you can browse commits in https://github.com/YunoHost-Apps/ghost\_ynh/commits/
[14:13:09]
<Steve> Thanks! If I install this way, I will be able to update later the normal gui way?
[14:13:44]
<Aleks (he/him/il/lui)> yup
[16:03:58]
<Steve> It seems that the newest commit fixes the bug. When I install an app through yunohost, does it check automatically the newest version? Or it takes more days to update the available app versions?
[16:06:22]
<Aleks (he/him/il/lui)> it checks automatically the newest version in the catalog, but the catalog is rebuilt "only" every ~4 hours
[16:07:54]
<Steve> That's just fine, thanks again