Skip to content

Files

Latest commit

 

History

History
50 lines (42 loc) · 3.11 KB

install-cli-subcommands-db.md

File metadata and controls

50 lines (42 loc) · 3.11 KB
layout group subgroup title menu_title menu_node menu_order version github_link redirect_from
default
install_cli
05_Command-line installation
Create the Magento database schema
Create the Magento database schema
15
2.0
install-gde/install/cli/install-cli-subcommands-db.md
/guides/v1.0/install-gde/install/install-cli-subcommands-db.html
/guides/v2.0/install-gde/install/install-cli-subcommands-db.html

First steps

{% include install/first-steps-cli.html %} In addition to the command arguments discussed here, see Common arguments.

Prerequisites

Before you run this command, you must Create or update the deployment configuration.

Configure the database and add data

Command usage:
magento setup:db-schema:upgrade
magento setup:db-data:upgrade

To see the status of the database, enter

magento setup:db:status

Related topics