JimboJoe
JimboJoe
Thanks a lot!!:heart_eyes::heart_eyes: Curiously, MySQL [is still the recommended database](https://docs.nextcloud.com/server/20/admin_manual/configuration_database/linux_database_configuration.html)...?!
Except some warnings to prevent, they look stable (and are being used in an official app).
Fortunately, Nextcloud has taken care of that migration use case! https://www.techandme.se/we-migrated-to-postgresql/ https://docs.nextcloud.com/server/13/admin_manual/configuration_database/db_conversion.html
Is the problem still occurring? Did you get to try with another browser?
I had a try this morning (removing `/home/yunohost.app/nextcloud` after removing Nextcloud) and couldn't reproduce that issue... Any useful log on your side...?
I've seen this [upstream bug](https://github.com/nextcloud/server/issues/8863#issuecomment-375892183) that looks like yours, maybe cast an eye on it...?
Super weird because it seems to be always created in [install](https://github.com/YunoHost-Apps/nextcloud_ynh/blob/master/scripts/install#L229-L230) and [upgrade](https://github.com/YunoHost-Apps/nextcloud_ynh/blob/master/scripts/upgrade#L295-L296)...
It happened again [here](https://forum.yunohost.org/t/nextcloud-erreur-502-et-mise-a-jour-impossible-apres-migration-yunohost-3-4-2-4/7204/15?u=jimbojoe)... We could put up a dirty fix in the backup script, but that's not satisfying... Any other opinion on this @YunoHost-Apps/apps-group ? EDIT: Oops, that latter...
Yes, but what are relevant use cases? Here there is a problem somewhere that makes that file disappear... is there any other potential problem that could be hidden behind this...?
Hi, Regarding the redis part, it has already been implemented here https://github.com/YunoHost-Apps/nextcloud_ynh/commit/57c8122f4a441aba5aab6f041157399904d1de9e For the database part, can the tuning be restricted to the app's database? If not, it would be...