database:restore

データベースの構造とコンテンツをリストア

Usage:

drupal database:restore [arguments] [options]
dbr

Available options

OptionDetails

--file

データベースのバックアップファイルの名前

Available arguments

ArgumentDetails

database

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'