Manuel Leduc

Results 5 comments of Manuel Leduc

Following the same steps, I've got the same error, see https://paste.yunohost.org/raw/nomotekoti It's running debian 10 Hope that helps and thanks for the great job you do on nextcloud_ynh :)

According to htop I have 818M of free memory. Testing with some services stopped.

Did a few tries yesterday night while closing as many services as I could (and reactivating some when the upgrade was complaining) and it failed consistently.

Steps to success: ``` $ php7.3 -i | grep apc.enable apc.enable_cli => Off => Off apc.enabled => On => On $ # added apc.enable_cli=1 to /etc/php/7.3/cli/conf.d/20-apcu.ini $ sudo service php7.3-fpm...

> > Steps to success: > > ``` > > $ php7.3 -i | grep apc.enable > > apc.enable_cli => Off => Off > > apc.enabled => On => On...