This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new 8285a8b closes #303, set perms correctly
8285a8b is described below
commit 8285a8b7185521aa20d9ae52ba1125d9c89b14f8
Author: Joan Touzet <[email protected]>
AuthorDate: Wed Aug 1 08:33:05 2018 -0400
closes #303, set perms correctly
---
src/install/upgrading.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/install/upgrading.rst b/src/install/upgrading.rst
index d3a21c2..1836257 100644
--- a/src/install/upgrading.rst
+++ b/src/install/upgrading.rst
@@ -105,7 +105,8 @@ couchup makes it easy to migrate your CouchDB 1.x databases
to CouchDB
Once you have installed CouchDB 2.x, copy the .couch files from
your 1.x installation (or, if you've upgraded in-place, do nothing),
-then use commands similar to the following:
+ensure the permissions on the files are set so the ``couchdb`` user has
+proper read/write access, then use commands similar to the following:
.. code-block:: bash