hi!
Is it possible to running daily.sh without performing auto upgrade?
I only want to running DB Cleanup daily, and manually upgrade.
Thanks.
hi!
Is it possible to running daily.sh without performing auto upgrade?
I only want to running DB Cleanup daily, and manually upgrade.
Thanks.
Set the upgrades to disabled, then it will stop
There is a row in config.php normally already which you can just uncomment.
hi!
sorry missed that section!
works flawlessly after uncomment $config[‘update’] = 0; in config.php
No worries, glad it’s sorted out