database:restore

Khôi phục cấu trúc và content của một cơ sở dữ liệu

Usage:

drupal database:restore [arguments] [options]
dbr

Available options

OptionDetails

--file

Tên cho tệp sao lưu cơ sở dữ liệu của bạn

Available arguments

ArgumentDetails

database

Khoá cơ sở dữ liệu từ tệp settings.php

target

Database target from settings.php

Examples

Restore the database file dump to the database default or another one specified

drupal database:restore \
  --file='/srv/dump/db.sql'