Move ownCloud 9.1 from Wheezy to Ubuntu

System details are here: Stuck on owncloud 9.0.4-1.1

I’m currently running OC 9.1 on Wheezy, so I’m at the end of the line for both O/S support and supported OC upgrades. I would like to move it over to Ubuntu Server 18.04 and get it upgraded to the latest. I see some very good install guides and in-place upgrade guides, but I need something for moving between distros/servers.

I’m very comfortable with Linux administration, I supposed I could install the same version on an 18.04 system and dump/reload MariaDB, and copy the www directory over, but there are always gotchas in big complex systems like these, so I figured it was better to ask and see what HowTo’s are available. If it involves an upgrade to OC 10, all the better.

Thanks in advance.

Hey,

maybe the following documentation about migrating ownCloud to a different server answers some of the questions?

https://doc.owncloud.org/server/10.3/admin_manual/maintenance/migrating.html

If you are also comfortable with docker, you could think about migrating to a docker instance. Docker images are available back to version 9.0.0. Once you have migrated you should be able to easily swap out the underlying OS of your docker0 (docker host) and upgrade to the latest ownCloud docker image.

I know this is not everyone’s favorite, but I would recommend to consider it carefully.

1 Like

I was hoping to get ownCloud to 18.04 in one move and continue upgrading it from there, but 9.1 only goes up to Ubuntu 17.04, and Wheezy only upgrades as far as 9.1. It looks like I’ll have to migrate it twice, or upgrade an O/S, unless someone has another idea.

Hey,

maybe the following suggestion helps you with this upgrade path?

Where are you getting these restrictions from? Because I have to disagree with them.
If you can install the correct PHP version for the ownCloud version, you should be able to run it.
And with the PHP PPA from Ondřej Surý you can even install PHP 5.6 on the latest Ubuntu.

So I would suggest the following:

  1. Set up an Ubuntu 18.04 (or 19.10 whatever you prefer [both are just a single upgrade to the next LTS version])
  2. Install LAMP stack on there with PHP 5.6
  3. Migrate your existing ownCloud installation there
  4. Upgrade ownCloud and PHP on the new machine.

Step 4 might be several steps, where you first have to upgrade ownCloud, then PHP and then ownCloud again. @tom42 has already described how to download older versions of ownCloud.