Open Closed

Failed to update database in ABP Studio #7670


User avatar
0
sairam.thirupathuru created

ABP Framework version: v8.2.1 UI Type: N/A Database System: N/A Tiered (for MVC) or Auth Server Separated (for Angular): N/A Exception message and full stack trace: N/A

Steps to reproduce the issue:

  1. Logged into ABP Studio with my credentials.
  2. Created a new solution (microservice).
  3. Updated the connection strings to use local MySQL.
  4. Attempted to run the "Update Database" command from ABP Studio.
  5. Encountered the following error.
  6. Please note that the connection string is correct and there are no issues with it.

Could you please assist in resolving this issue?


1 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @sairam.thirupathuru

    This command basically runs dotnet ef database update command in the target package's directory. You can run it yourself and see if the problem is related with studio.

    You can also see the error details in logs section, next to Notifications.

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13