mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-11 12:32:22 +01:00
Updated Migrating from MariaDB (MySQL) to SQLite (markdown)
parent
bcf6e0c5e4
commit
0e35a80739
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ mysqldump \
|
|||
--single-transaction \
|
||||
--no-create-db \
|
||||
--no-create-info \
|
||||
--hex-blob <database> \
|
||||
--skip-quote-names \
|
||||
--hex-blob \
|
||||
--skip-quote-names <database> \
|
||||
| grep "^INSERT INTO" | grep -v "__diesel_schema_migrations" \
|
||||
| sed 's#\\"#"#g' \
|
||||
| sed -sE "s#,0x([^,]*)#,X'\L\1'#g" \
|
||||
|
|
Loading…
Reference in a new issue