[Pkg-owncloud-commits] [owncloud-doc] 02/227: fixing typos

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:20:27 UTC 2014


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

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

commit cbbceacabac24586893c59394cdb13011021ca0c
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon Aug 4 10:21:47 2014 +0200

    fixing typos
---
 admin_manual/maintenance/convert_db.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/admin_manual/maintenance/convert_db.rst b/admin_manual/maintenance/convert_db.rst
index 355e306..7077411 100644
--- a/admin_manual/maintenance/convert_db.rst
+++ b/admin_manual/maintenance/convert_db.rst
@@ -1,7 +1,7 @@
 Converting Database Type
 ========================
 
-You can convert a sqlite database to a more performant mysql or pgsql database with the ownCloud command line tool.
+You can convert a sqlite database to a more performing MySql, MariaDB or PostgreSQL database with the ownCloud command line tool.
 Available since ownCloud version 7.0.0. To convert former ownCloud installations, first update to at least version 7.0.0.
 
 
@@ -31,9 +31,9 @@ For example
   php occ db:convert-type --all-apps mysql oc_mysql_user 127.0.0.1 new_db_name
 
 
-On success the converter will automaticly configure the new database in your ownCloud config ``config.php``
+On success the converter will automatically configure the new database in your ownCloud config ``config.php``
 
-Unconvertable Tables
+Unconvertible Tables
 --------------------
 
 If you updated your ownCloud installation there might exist old tables, which are not used anymore. The converter will tell you 
@@ -60,4 +60,4 @@ Here is a list of known old tables:
 * oc_media_users
 * oc_permissions
 * oc_queuedtasks
-* oc_sharing
\ No newline at end of file
+* oc_sharing

-- 
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