Put the files into the folder where the ownCloud files where before
Trigger the update either via OCC or via web.
We are working on a more automated migration approach and will share more information on that here as soon as we have something to announce or test.
Thanks a lot for using Nextcloud!
ATTENTION: If you have installed ownCloud via packages make sure to remove the packages first. Otherwise a potential update of the ownCloud packages will break your instance.
If you are looking for packages weāre happy to share that most distributions provide packages, often included by default. See this post for details on various distributions.
Any ETA on when the distribution packages will be available?
Iād like to update but Iād prefer if this would be possible through the debian/ubuntu archives? (Iām aware I have to switch out repositories, but thatās fine.)
we donāt have any plans of making packages ourselves (for now). It was a mess in the past, with quality issues and conflicts with the distributions. I hope they pick it up.
So I should be able to update the website to Nextcloud with minimal issues and the clients will pick up the new site even if I donāt change it to the Nextcloud client (yet)?
I plan on converting it all to Nextcloud but need to do it with minimal interruption.
In case of package install, like apt-get on debian based distrib, how do I make sure there wonāt be any conflict in the future?
Can I remove the package first and do the manual migration?
$ apt remove owncloud
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
The following packages were automatically installed and are no longer required:
libapache2-mod-php5 libicu52 libmcrypt4 libpq5 owncloud-deps-php5
owncloud-files php-pear php-xml-parser php5 php5-cli php5-curl php5-gd
php5-intl php5-mcrypt php5-mysqlnd php5-pgsql php5-readline php5-sqlite
Use āapt-get autoremoveā to remove them.
The following packages will be REMOVED:
owncloud
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 25.6 kB disk space will be freed.
Do you want to continue? [Y/n]
Hmm, if you used the ownCloud provided packages it is best to save the config files and the nextcloud folder itself before you move over. The ānormalā packages (not owncloud-files) installs something in the etc/apache folder: etc/apache2/conf-available/owncloud.conf - might be good to have a look at what that is and how it helps
Otherwise, save the nextcloud folder and you should be good.
That means i never can do an āautoremoveā in the future. What about apt-get dist-upgrade? Isnāt that removing packages.
Or is there a way to remove oc with all dependencies and reinstall nextcloud. But what dependencies then to install. What about the configuratin aof them (mysgl, apache for example)
Isnāt there a clean way to switch to nextcloud? Do i have to remove the owncoud.lists from apt?
Tip: Use the command apt-mark showmanual to see what is currently marked as manual on your system.
Tip: Use the command sudo apt-mark [auto | manual] to change a packageās (or list of packages) marking
If you mark the packages āmanualā it will be preserved and never removed by an āautoremoveā (as if it has been installed by you and not by dependencies)
Hmm, Iām not too sure whether I am capturing this thread now, as the discussion took it elsewhere. Alas, the thread title is just too suiting not to
Speaking of "Migrating from OC to NCā¦
In another thread (Why?), one can learn about the decision being difficult for end users whether to upgrade now or later etc.pp.:
My suggestion to aid these users, who havenāt or even cannot decide(d) yet, simply because there is too much work and/or customers and talking involved:
Keep NC 9.050 available as well as the migration path from here on (aka major versions to come). This would probably help some users to stick with OC 9 for now and to sit and wait what the future brings for both projects. When they finally learn that NC is the better choice for them (which, of course, they will undoubtly do ), easy migration is still at hand.
As a second step (in case you guys get bored gg), you could offer something like a āmigration packā ā¦ whatever this may require or look like .
Iāve successfully upgraded from OC8.2 to NC9 using the method described, yay!
Edit: Below is resolved, missing file.
Security log shows an integrity warning about a .htaccess file, donāt think itās relevant as Iām using nginx, which does not use those.
Is nginx supported by nextcloud?