mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
some data can be interpreted by grep as binary data and would be dropped if the -a flag isn't set
@@ -39,7 +39,7 @@ mysqldump \
|
||||
--no-create-info \
|
||||
--hex-blob \
|
||||
--skip-quote-names <database> \
|
||||
| grep "^INSERT INTO" | grep -v "__diesel_schema_migrations" \
|
||||
| grep -a "^INSERT INTO" | grep -a -v "__diesel_schema_migrations" \
|
||||
| sed 's#\\"#"#gm' \
|
||||
| sed -sE "s#,0x([^,]*)#,X'\L\1'#gm" \
|
||||
> mysql-to-sqlite.sql
|
||||
|
||||
Reference in New Issue
Block a user