Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (27 loc) · 618 Bytes

database-dump.md

File metadata and controls

31 lines (27 loc) · 618 Bytes

database:dump

Dump cấu trúc và nội dung của 1 cơ sở dữ liệu

Usage:

drupal database:dump [arguments] [options]
dbdu

Available options

Option Details
--file Tên file cho database backup của bạn
--gz Pass this option if you want the sql result file gzipped

Available arguments

Argument Details
database Database key từ settings.php

Examples

  • Dump default database or the one specified on the argument
drupal database:dump \
  <database>
  • Dump in gz compressed format
drupal database:dump \
  --gz