self reminder note

This commit is contained in:
jenz 2025-07-19 14:28:31 +02:00
parent 38c4fb1670
commit e19d52a794

View File

@ -30,3 +30,4 @@ password=""
## logging: systemctl status file_mover.service
## self reminder for pulling a schema out of the sql backup file.: awk '/^-- Current Database: `unloze_forum_2`|^CREATE DATABASE .*`unloze_forum_2`|^USE `unloze_forum_2`;/ {p=1; print; next} /^CREATE DATABASE/ || /^USE / {p=0} p' mysqldump.sql > unloze_forum_2.sql