mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Backport of changed mysqldump parameter
This commit is contained in:
parent
7c5a48af81
commit
afad5c3e46
@ -26,7 +26,7 @@ MySQL/MariaDB
|
||||
MySQL or MariaDB, which is a drop-in MySQL replacement, is the recommended
|
||||
database engine. To backup MySQL/MariaDB::
|
||||
|
||||
mysqldump --lock-tables -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak
|
||||
mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak
|
||||
|
||||
SQLite
|
||||
^^^^^^
|
||||
|
||||
Loading…
Reference in New Issue
Block a user