-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update ddev configuration * Update * Add dump command --------- Co-authored-by: Christian Fritsch <[email protected]>
- Loading branch information
1 parent
d0c46b1
commit d89ce90
Showing
4 changed files
with
49 additions
and
25 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
.ddev/addon-metadata/ddev-selenium-standalone-chrome/manifest.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/sh | ||
#ddev-generated | ||
|
||
## Description: Dump the database as PHP file into the docroot. | ||
## Usage: dump-test-database | ||
## Example: ddev dump-test-database | ||
|
||
cd "${DDEV_COMPOSER_ROOT}"/"${DDEV_DOCROOT}" || exit | ||
|
||
# shellcheck disable=SC2154 | ||
php core/scripts/db-tools.php dump-database-d8-mysql > "${thunderDumpFile}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters