database:dump

Dump da estrutura e conteúdos da base de dados e tabelas MySQL

Utilização:

drupal database:dump [arguments] [options]
dbdu

Opções disponíveis

OpçãoDetalhes

--file

O nome do arquivo de backup do banco de dados

--gz

Pass this option if you want the sql result file gzipped

--exclude-cache

commands.database.dump.options.exclude.cache

Argumentos disponíveis

ArgumentoDetalhes

database

Senha da base de dados em settings.php

target

Database target from settings.php

Exemplos

Dump default database or the one specified on the argument

drupal database:dump \
  <database>

Dump in gz compressed format

drupal database:dump \
  --gz