mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Server setup documation updates (#1654)
* Add note to help others if they run into the same issue during setup. * Added some more info
This commit is contained in:
parent
dfc6559df7
commit
033509745a
2
SETUP.md
2
SETUP.md
@ -52,6 +52,8 @@ We provide a helper script which will create the development database `vault_dev
|
||||
.\dev\migrate.ps1 -r
|
||||
```
|
||||
|
||||
**Note:** If all or many migrations are skipped even though this is a new database, make sure that there is not a `last_migration` file located in `dev/.data/mssql`. If there is, remove it and run the helper script again. This can happen if you create the database, run migrations, then delete it.
|
||||
|
||||
### Azurite
|
||||
|
||||
[Azurite](https://github.com/Azure/Azurite) is a emulator for Azure Storage API and supports Blob, Queues and Table storage. We use it to avoid a hard dependency on online services for cloud development.
|
||||
|
Loading…
Reference in New Issue
Block a user