Skip to content

Commit 8318b37

Browse files
committed
Updated docs/faqs.md
1 parent c4f797a commit 8318b37

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

  • .vortex/installer/tests/Fixtures/install/_baseline/docs
  • docs

.vortex/installer/tests/Fixtures/install/_baseline/docs/faqs.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,9 @@ that case, use `ahoy build`.
8484
Provided that your stack is already running:
8585

8686
```bash
87-
ahoy drush sql-drop -y;
88-
ahoy drush sql-cli < .data/db.sql
89-
```
90-
91-
But better:
87+
ahoy import-db
9288

93-
```bash
94-
VORTEX_PROVISION_POST_OPERATIONS_SKIP=1 ahoy provision
89+
ahoy import-db .data/db_custom.sql
9590
```
9691

9792
## How to add Drupal modules

docs/faqs.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,9 @@ that case, use `ahoy build`.
8484
Provided that your stack is already running:
8585

8686
```bash
87-
ahoy drush sql-drop -y;
88-
ahoy drush sql-cli < .data/db.sql
89-
```
90-
91-
But better:
87+
ahoy import-db
9288

93-
```bash
94-
VORTEX_PROVISION_POST_OPERATIONS_SKIP=1 ahoy provision
89+
ahoy import-db .data/db_custom.sql
9590
```
9691

9792
## How to add Drupal modules

0 commit comments

Comments
 (0)