Add WordPress database backup (split into 50MB parts)

- 563MB MySQL dump split into 12 parts
- wp_snippets, wp_posts, wp_options, wp_postmeta
- Use: cat database/wordpress_tables_part_* | mysql -u wp_user -p wordpress
This commit is contained in:
OpenCode
2026-05-29 19:15:08 +08:00
parent 7ca909179f
commit 48ef06a07a
15 changed files with 35285 additions and 8 deletions

File diff suppressed because one or more lines are too long