Activities of "isteer"

No we are using host application to run migration. How can we use dbmigrator project for our careermaps module that we added which has separate database?

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:

  1. We have two database one is Main ABP database and other database is module database. Whenever we run migration from http.api.host to update module database, it shows error that table already exists.

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:

  1. Our main web application https://web.stage.careermaps.co.uk/ is running very slow. Can you guide us where we can do some optimization we are currently using redis server cloud. redis-18994.c282.east-us-mz.azure.cloud.redislabs.com:18994

To test you can use default admin credentials.

  1. Sometime fetching data list and opening modal popups are very slow and no loader shows on the page if anything going in background or not.

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.

Showing 1 to 10 of 49 entries
Made with ❤️ on ABP v8.3.0-preview Updated on July 05, 2024, 15:13