Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mparker17/drupal-db-handling-scripts
Scripts to standardize how a project handles database dumps; because if everyone does the same steps in the same order, it reduces unnecessary debugging confusion.
https://github.com/mparker17/drupal-db-handling-scripts
bash drupal snippets
Last synced: about 2 months ago
JSON representation
Scripts to standardize how a project handles database dumps; because if everyone does the same steps in the same order, it reduces unnecessary debugging confusion.
- Host: GitHub
- URL: https://github.com/mparker17/drupal-db-handling-scripts
- Owner: mparker17
- License: gpl-2.0
- Created: 2019-04-17T15:07:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T15:31:19.000Z (almost 6 years ago)
- Last Synced: 2024-11-03T00:42:11.697Z (3 months ago)
- Topics: bash, drupal, snippets
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# drupal-db-handling-scripts
Scripts to standardize how a project handles database dumps; because if everyone does the same steps in the same order, it reduces unnecessary debugging confusion.
These scripts are designed to be put at `/scripts` and customized by the development lead as a Drupal project progresses.
These scripts assume [Drush version 8][drush8].
[drush8]: https://github.com/drush-ops/drush/tree/8.x