Steps to reproduce
- Open terminal and navigate to owncloud directory
- Type in "sudo -u www-data php updater/application.php" to run the php script
- Wait until it has finished...
Expected behaviour
I was expecting such an output:
sudo -u www-data php owncloud/updater/application.php
ownCloud updater 1.0 - CLI based ownCloud server upgrades
Checking system health.
- file permissions are ok.
Current version is 9.0.0.12
No updates found online.
Done
(Taken from here)
Actual behaviour
Output:
Checking system health
- file permissions are ok.
Current version is 10.0.2.1
cUrl: error 7
Connection timed out updates.owncloud.org
Server configuration
Operating system: Raspbian GNU/Linux 8 (jessie)
Web server: Apache 2.4.10
Database: MySQL 5.5.57
PHP version: 5.6.30
ownCloud version: 10.0.2.1
Updated from an older ownCloud or fresh install: no
Where did you install ownCloud from:
Signing status (ownCloud 9.0 and above):
No errors have been found.
The content of config/config.php:
{
"system": {
"instanceid": "ocqbne2uxvbb",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "10.0.2.1",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"mail_smtpmode": "php",
"memcache.local": "\\OC\\Memcache\\Redis",
"filelocking.enabled": "true",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "localhost",
"port": 6379,
"timeout": 0,
"dbindex": 0
}
}
}
Are you using encryption: no