Activities of "portx-dev"

ok,thx

sorry zero-downtime deployments

I understand. First of all, does ABP Commercial have a system to support non-startup releases?

Ok, where should I contact for help?

Thank you for the suggestion. I understand that using migrationBuilder.Sql allows us to add custom SQL during migration. However, I'm looking for a way to achieve this directly through EF Core's built-in migration functionality without having to manually insert SQL statements.

Our goal is to keep our migration process as consistent and maintainable as possible within the framework provided by EF Core. If there is an alternative approach or any upcoming features that might support this requirement natively, I would appreciate any guidance or suggestions you could offer.

Thank you for reaching out.

It is possible to use ALGORITHM=INSTANT without ABP Commercial. However, when using EF Core for migrations, applying specific options like ALGORITHM=INSTANT to an ALTER TABLE command might require manually running the SQL or customizing the migration scripts to include this option.

If EF Core migrations do not support this option by default, we might need to consider executing custom scripts before or after the migration to ensure the database lock is minimized.

Our goal is to achieve zero-downtime releases by minimizing database locks. We would appreciate any further guidance or suggestions you could provide on this matter.

Best regards,

  • Yes, I know that you are using EF Core.
  • ALGORITHM=INSTANT can also be used in MySQL 8.0.

Is there a way to use ALGORITHM=INSTANT using EF Core?

I hope this message finds you well.

We are currently using your ABP Commercial framework for our project, and we are facing a challenge related to database migrations. Specifically, we need to utilize the ALGORITHM=INSTANT option in MySQL for certain ALTER TABLE operations to avoid database locks and ensure zero-downtime deployments. However, we have noticed that the current migration framework does not support this option.

We would like to inquire if there is any possibility to extend or customize the migration framework to accommodate the use of ALGORITHM=INSTANT. If there is an existing way to achieve this, we would greatly appreciate any guidance or documentation you could provide.

Thank you in advance for your assistance. We look forward to your advice on how best to proceed.

Best regards,

  • ABP Framework version: v8.2
  • UI Type: Angular
  • Database System: EF Core (MySQL.)

In angular, on the tenant timezone setting screen, the list of values ​​of the timezone selectbox cannot be displayed.

In version 8.0.5 (angular), on the error screen even if you click back to the home page, the page does not redirect to the home page

Showing 1 to 10 of 74 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13