Import database dump
yarn import-db [dump file path] or npm run import-db [dump file path]
yarn import-db [dump file path] or npm run import-db [dump file path]Command options
-r, --remote-db
-r, --remote-dbyarn import-db --remote-db ssh://[email protected]npm run import-db -- --remote-db ssh://[email protected]--with-customers-data
--with-customers-datayarn import-db ./dump.sql --with-customers-data
yarn import-db --remote-db ssh://[email protected] --with-customers-data npm run import-db ./dump.sql -- --with-customers-data
npm run import-db -- --remote-db ssh://[email protected] --with-customers-dataUsage example:
Last updated