folks,
I have a Ubuntu 12.04. Server with Owncloud 7.0.4.2 on it. I want to migrate to a 16.04 machine and then upgrade to oc 9. Updating the old owncloud 7 before migration does not work on ubuntu 12.04. Since I need the same version for migration, I need to install oc 7 on the ubuntu 16.04 server. Unfortunately, this is not possible either because Owncloud 7 needs php5 and there are no installation candidates available on ubuntu 16.04.
How can I do this in a proper way? Do I need to migrate it to an ubuntu 14.04 first, then update and then migrate to ubuntu 16.04?
Best Greetings
Update (27.3.17): The solution for me was to install php5.6 on the ubuntu 16.04 machine with the ondrej repo (sudo add-apt-repository ppa:ondrej/php).
I also have to note that it is important to have as little downtime as possible, because the userbase is rather big (>200 users)
– brnl Oct 07 '16 at 11:55