[Pkg-owncloud-commits] [owncloud-doc] 19/27: correct sqlite example

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 15:57:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 2550e6d4069010fb52efadc4904c57289d77b82e
Author: Carla Schroder <carla at owncloud.com>
Date:   Thu Aug 6 10:52:39 2015 -0700

    correct sqlite example
---
 admin_manual/maintenance/restore.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/admin_manual/maintenance/restore.rst b/admin_manual/maintenance/restore.rst
index f9bb4cb..f8cba8d 100644
--- a/admin_manual/maintenance/restore.rst
+++ b/admin_manual/maintenance/restore.rst
@@ -7,6 +7,8 @@ To restore an ownCloud installation there are three main things you need to rest
 #. The data folder
 #. The database
 
+When you have completed your restoration, see the ``Setting Strong Directory Permissions`` section of :doc:`..installation/installation_wizard`.
+
 Restore Folders
 ---------------
 
@@ -33,7 +35,8 @@ SQLite
 ^^^^^^
 ::
 
-    sqlite3 data/owncloud.db .dump < owncloud-sqlbkp.bak
+    rm data/owncloud.db
+    sqlite3 data/owncloud.db < owncloud-sqlbkp.bak
 
 PostgreSQL
 ^^^^^^^^^^

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list