ownCloud 9.0.2 Released
-
Softpedia announced that ownCloud 9.0.2 has released. As this is a maintenance release, everyone is encouraged to update quickly.
-
They also released ownCloud 8.2.4
-
Ran the update this morning, and the setup finally completed correctly. Yay, bugfixes.
-
@travisdh1 said in ownCloud 9.0.2 Released:
Ran the update this morning, and the setup finally completed correctly. Yay, bugfixes.
I will have to try this on my PHP5 based 8.X installs then. I tried upgrading from 8.X to 9.X before and it failed.
-
@travisdh1 said in ownCloud 9.0.2 Released:
Ran the update this morning, and the setup finally completed correctly. Yay, bugfixes.
I TAKE THAT BACK, DON'T DO IT!!!!
I just went to update the trusted domains in the config file, and this is what I saw in the config file
<?php
$CONFIG = array (
'updatechecker' => false,
'instanceid' => 'ocarszle6nsw',
'passwordsalt' => 'HJRP38LPX8pCtfh49Oihr8y3rM3/82',
'secret' => 'GmCQAmMx+WmwCT8NoNMQt4DzjYoSYQfxhhdD87gvGYaQdii+',
'trusted_domains' =>
array (
0 => 'travisdh1.net',
1 => 'www.travisdh1.net',
),
'datadirectory' => '/home/owncloud/data',
'overwrite.cli.url' => 'https://www.travisdh1.net/owncloud',
'dbtype' => 'sqlite3',
'version' => '9.0.2.2',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_admin1',
'dbpassword' => 'oym1S7oQYrXKriWhlK5Lti792qFfaf',
'logtimezone' => 'UTC',
'installed' => true,
);I KNOW I selected the mysql option and entered the correct information.
-
I just upgraded a system and had problems, but not that.
-
@JaredBusch said in ownCloud 9.0.2 Released:
I just upgraded a system and had problems, but not that.
I'd might try importing the sqlite db into the real database and changing the config file here? This is just sad.
-
Hi all,
We have indeed made available maintenance releases for all our supported releases. It is highly recommended to upgrade to benefit from the security and stability improvements. Learn more in the blog
Sadly the VM's aren't updated yet so I didn't announce until yesterday. But it isn't clear when VM's come so - it is out now
Our iOS client also was updated!
In other news, the ImageTragick security vulnerability can affect ownCloud installations. We strongly recommend to check your setup and take action if you need to, steps detailed here.
Thanks and take care!
-
Is the new package working now? What about the PHP7 issue?
-
on ownCloud 8.2, PHP 7 is supported but not all apps can work with it. On 9.x, things should be good.
-
@jospoortvliet said in ownCloud 9.0.2 Released:
on ownCloud 8.2, PHP 7 is supported but not all apps can work with it. On 9.x, things should be good.
Should be good, meaning you guys fixed the PHP5 package issue that we posted about? Or should be good meaning that was an accident and you are not aware of the show stopping issues?
-
@jospoortvliet said in ownCloud 9.0.2 Released:
on ownCloud 8.2, PHP 7 is supported but not all apps can work with it. On 9.x, things should be good.
-
@jospoortvliet said in ownCloud 9.0.2 Released:
On 9.x, things should be good.
Just checked, no change. When was a fix pushed out?