Open Closed

Vesrion issues in ABP #2318


User avatar
0
krushnakant created
  • ABP Framework version: v4.4.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Our ABP CLI and ABP Suite both are of version 4.4.3 , we are trying to create a new solution in the same version that is 4.4.3 however the version that we get is 5.0.0.
  • Now, the problem we are facing in 5.0.0 is that after migration when we update database an error regarding jsonb datatype occurs as we are using postgreSQL 9.1 .
  • Our data is in postgreSQL 9.1 so we won't be able to update it. So, please provide a solution for how to overcome this issue ASAP.
  • Steps to reproduce the issue:"

1 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    Our ABP CLI and ABP Suite both are of version 4.4.3 , we are trying to create a new solution in the same version that is 4.4.3 however the version that we get is 5.0.0.

    You can create a new project with-v parameter like below:

    abp new Acme.BookStore -v 4.4.3
    

    Now, the problem we are facing in 5.0.0 is that after migration when we update database an error regarding jsonb datatype occurs as we are using postgreSQL 9.1

    We're using the latest version of EntityFramework and Npgsql, so if there is an error, it might be related to the implementation of Npgsql

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11