-
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.
- Loading branch information
Showing
93 changed files
with
1,200 additions
and
7,189 deletions.
There are no files selected for viewing
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,13 @@ | ||
#!/bin/bash | ||
|
||
# Install the site directly from the config. | ||
# ddev drush si minimal --existing-config --yes | ||
|
||
# Install the site directly from the config. | ||
ddev import-db --file=db-snapshot.sql.gz | ||
|
||
ddev drush config:import -y | ||
|
||
ddev drush updb -y | ||
|
||
ddev drush uli |
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
#!/bin/bash | ||
|
||
# Install the site directly from the config. | ||
# ddev drush si minimal --existing-config --yes | ||
|
||
ddev import-db --file=_db_main.sql.gz | ||
|
||
ddev drush config:status | ||
|
||
ddev drush updb -y | ||
|
||
ddev drush uli |
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
#!/bin/bash | ||
|
||
echo "Removing cache data." | ||
ddev drush sqlq " \ | ||
TRUNCATE cache_access_policy; \ | ||
TRUNCATE cache_bootstrap; \ | ||
TRUNCATE cache_config; \ | ||
TRUNCATE cache_container; \ | ||
TRUNCATE cache_data; \ | ||
TRUNCATE cache_default; \ | ||
TRUNCATE cache_discovery; \ | ||
TRUNCATE cache_dynamic_page_cache; \ | ||
TRUNCATE cache_tome_static; \ | ||
TRUNCATE cache_toolbar; \ | ||
TRUNCATE queue; \ | ||
TRUNCATE router; \ | ||
TRUNCATE sessions; \ | ||
" | ||
|
||
ddev export-db --file=_db_main.sql.gz |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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
Oops, something went wrong.