0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 07:29:11 +02:00

Updated Using the MySQL Backend (markdown)

Stephan Tietz 2019-11-17 16:19:45 +00:00
parent 46a2921108
commit 9f12c57e24

@ -57,4 +57,5 @@ FLUSH PRIVILEGES;
NB: On Debian (Buster), you'll need to install sqlite3 for this
6. Drop schema creation and diesel metadata from your dump, leaving only your actual data: ```grep "INSERT INTO" sqlitedump.sql | grep -v "__diesel_schema_migrations" > mysqldump.sql```
7. Load your MySQL dump: ```mysql -ubitwarden_rs -pyourpassword < mysqldump.sql```
NB: You might want to use ```--show-warnings```
8. Start bitwarden_rs.