mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-11 20:42:50 +01:00
Just spyed a typo, sorry for the bother.
parent
ec763f0deb
commit
9730b6f1a6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ mysql://dbuser:yourpassword@192.168.1.10:3306/bitwarden
|
||||||
|
|
||||||
**Migrating from SQLite to MySQL**
|
**Migrating from SQLite to MySQL**
|
||||||
|
|
||||||
An easy way of migrating from SQLite to MySQL has been described in this [issue comment](https://github.com/dani-garcia/bitwarden_rs/issues/497#issuecomment-511827057). The steps are repeated below. Please, note that you are using this at your won risk and you are strongly advised to backup your installation and data!
|
An easy way of migrating from SQLite to MySQL has been described in this [issue comment](https://github.com/dani-garcia/bitwarden_rs/issues/497#issuecomment-511827057). The steps are repeated below. Please, note that you are using this at your own risk and you are strongly advised to backup your installation and data!
|
||||||
|
|
||||||
1. Create an new (empty) database for bitwarden_rs:
|
1. Create an new (empty) database for bitwarden_rs:
|
||||||
```sql
|
```sql
|
||||||
|
|
Loading…
Reference in a new issue