0
Repunjay_TASC created
- ABP Framework version: 8.0
- UI Type: Angular
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
We have an old 3.1v Microservice Template, But version is upgraded 8.0. And we need to upgrade the 3.1v Microservice Template to the latest version. What is the best approach to upgrade: should we create a new template with the latest version and manually migrate the code?
Could you please provide your guidance on this?
3 Answer(s)
-
0
What is the best approach to upgrade: should we create a new template with the latest version and manually migrate the code?
Yes, this is the best way, because the version migration is huge, I suggest you create a new project and copy the code
-
0
ok thanks
-
0
:)