This project is archived. Its data is
read-only
.
Changes
Page history
Update Drupal Debug Hints
authored
Mar 30, 2022
by
Tom Wiesing
Hide whitespace changes
Inline
Side-by-side
Drupal-Debug-Hints.md
View page @
e8999b5d
...
...
@@ -107,4 +107,9 @@ INSERT {
BIND( uri(CONCAT("http://wisski.cs.fau.de/behaim/node/", str(?id))) as ?newid)
}
}
```
# Extract single database from sql backup
```
sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql
```
\ No newline at end of file