Update Drupal Debug Hints authored by Tom Wiesing's avatar Tom Wiesing
...@@ -110,6 +110,9 @@ INSERT { ...@@ -110,6 +110,9 @@ INSERT {
``` ```
# Extract single database from sql backup # Extract single database from sql backup
Source: https://stackoverflow.com/a/25975930
``` ```
sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql
``` ```
\ No newline at end of file