Reverted to calling mysqldump instead of mariadb-dump (more retro-compatible)

This commit is contained in:
pezcurrel 2024-01-02 00:53:25 +01:00
parent 6914551daa
commit 25e238a1e2

View file

@ -1,2 +1,2 @@
#!/bin/sh
mariadb-dump --single-transaction -d -u root -p mastostart | sed -e 's/ AUTO_INCREMENT=[0-9]\+ / /' > mastostart_solo_struttura.sql
mysqldump --single-transaction -d -u root -p mastostart | sed -e 's/ AUTO_INCREMENT=[0-9]\+ / /' > mastostart_solo_struttura.sql