MastodonHelp/web/init/dump.sh

3 lines
142 B
Bash
Raw Permalink Normal View History

2022-11-29 19:35:55 +01:00
#!/bin/sh
mariadb-dump --single-transaction -d -u root -p mastostart | sed -e 's/ AUTO_INCREMENT=[0-9]\+ / /' > mastostart_solo_struttura.sql