mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Restore Database s/backup/restore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user