Hello Team,
OUR ABP CONFIGURATION:
ABP Framework version: v7.0.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC Exception message and stack trace
We have deployed our ABP application on IIS server, we have tiered MVC application so we hosted all ports:
Auth server (port - 44349) : hosted on https://authserver.stage.careermaps.co.uk/ on IIS
Swagger (port- 44324) : hosted on https://host.stage.careermaps.co.uk/
Web-App (port 44389) : hosted on https://web.stage.careermaps.co.uk/
ISSUE:
we are using this command to run migration in host project to update module database :
dotnet ef database update --no-drop --context CareerMapsHttpApiHostMigrationsDbContext
Is there anyway we can only run migration for addition of new tables or updated columns rather than deleting all tables and create again?
This is the link we initially referred to create separate database for separate module : https://blog.antosubash.com/posts/abp-add-new-module-with-seperate-db
Thanks
Thanks, Can you suggest some options that can be turned off for production, or any optimization techniques?
Otherwise I will close this ticket.
Any updates?
Shared logs over email
Hello,
Not understand quite, need to remove these lines completely from program.cs files and redeploy and then share logs with you right?
Hello Team,
OUR ABP CONFIGURATION:
ABP Framework version: v7.0.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC Exception message and stack trace
We have deployed our ABP application on IIS server, we have tiered MVC application so we hosted all ports:
Auth server (port - 44349) : hosted on https://authserver.stage.careermaps.co.uk/ on IIS
Swagger (port- 44324) : hosted on https://host.stage.careermaps.co.uk/
Web-App (port 44389) : hosted on https://web.stage.careermaps.co.uk/
Issue:
To test you can use default admin credentials.
Can you please assist us on this?
Thanks
Maliming, thank you so much for your kind support and help us to resolve this issue, really appreciate it. You are genius :-)
Also the main issue of not displaying all our pages and menus still there
Done deploying, and also sent you logs, site is running now but very slow.
okay deploying