0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 15:38:58 +02:00

Updated Using the MySQL Backend (markdown)

Stephan Tietz 2019-11-17 16:28:27 +00:00
parent ce88baebe4
commit 22f329e477

@ -59,9 +59,8 @@ NB: On Debian (Buster), you'll need to install sqlite3 for this
7. Load your MySQL dump: ```mysql -ubitwarden_rs -pyourpassword < mysqldump.sql```
8. Start bitwarden_rs.
*Note: Loading your MySQL dump with ```--show-warnings``` will highlight that the datetime fields are getting truncated during the import which **seems** to be okay.
*Note: Loading your MySQL dump with ```--show-warnings``` will highlight that the datetime fields are getting truncated during the import which **seems** to be okay.*
```
Note (Code 1265): Data truncated for column 'created_at' at row 1
Note (Code 1265): Data truncated for column 'updated_at' at row 1
```
*
```