-
Notifications
You must be signed in to change notification settings - Fork 168
Update ownCloud version in the docs to the latest stable version (10.0.4) #3635
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of little questions
@@ -29,6 +29,6 @@ But here is a concise approach: | |||
|
|||
.. Links | |||
|
|||
.. _the tarball: https://download.owncloud.org/community/owncloud-10.0.2.tar.bz2 | |||
.. _the zip archive: https://download.owncloud.org/community/owncloud-10.0.2.zip | |||
.. _the tarball: https://download.owncloud.org/community/owncloud-10.0.3.tar.bz2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why only 10.0.3?
(and the line below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because it was the latest version at the time of writing.
admin_manual/maintenance/upgrade.rst
Outdated
|
||
If you use the default ownCloud data directory, then you need to copy it from the existing installation to the new source directory as well. | ||
You can do this by running the following command: | ||
|
||
.. code-block:: console | ||
|
||
cp -rv /var/www/owncloud/data /var/www/owncloud-10.0.2/data | ||
cp -rv /var/www/owncloud/data /var/www/owncloud-|version|/data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why can substituting "|version|" into a path string work here, but not at e.g. line 168?
(and other command examples that have the version in the path string)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll double-check that that works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, it's broken. Will fix.
8614fe2
to
c2ede87
Compare
c2ede87
to
da49c72
Compare
@phil-davis, thanks for pointing out those issues which needed correction. Now fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now
Thanks. |
The ownCloud version throughout the docs isn't always consistent. This PR corrects references to it so that it is.