0
bofenstein created
Prerequisites What is your product version? ABP 6.3.0 What is your product type (Angular or MVC)? Angular 11.2 What is product framework type (.net framework or .net core)? .net Core If issue related with ABP Framework What is ABP Framework version? abp-zero-template : 10.3.0
- I created a database in Azure SQL and took connection string from there and used it in appsettings.json
- Now I changed database name in connection string and tried to "update-database" using package manager console. I get time out error as shown below in image.
- Database didnt get created the first time but when I try "update-database" again, database gets created.
I am developing a Multitenant based software with dedicated database for each tenant.
Please help.
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
3 Answer(s)
-
0
Hi @bofenstein
You can run
*.Migratorto update all databases (Your's and tenants' databases)Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
i tried this but it doesnt work first time. But if i run Migrator 2nd time it works. @musa.demir
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi @bofenstein
The first time database creation might take long time on Azure. You can try to increase the timeout for the connection.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)
