Restore Database s/backup/restore

This commit is contained in:
Phil Davis
2015-08-16 16:16:51 +05:45
parent fe1e7589ed
commit b7ba14800c

View File

@@ -32,7 +32,7 @@ Restore Database
MySQL
^^^^^
MySQL is the recommended database engine. To backup MySQL::
MySQL is the recommended database engine. To restore MySQL::
mysql -h [server] -u [username] -p[password] [db_name] < owncloud-sqlbkp.bak
@@ -48,4 +48,4 @@ PostgreSQL
::
PGPASSWORD="password" pg_restore -c -d owncloud -h [server] -U [username]
owncloud-sqlbkp.bak
owncloud-sqlbkp.bak