Open Closed

How to migrate from Free Version to Commercial Version? #4377


User avatar
0
xanthusmnwong created

Hi There,

We have been developing our company application with abp.io free version. Recently we have purchasing the comercial license and want to imgration to it from free version. However, we found the template has so much different among both of them. Is there any guide or tutorial for the migration? Provided some difference as follows


8 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I suggest you create a pro project with the same name, then copy the code to the new project and test it step by step. There should be no problem.

  • User Avatar
    0
    xanthusmnwong created

    I suggest you create a pro project with the same name, then copy the code to the new project and test it step by step. There should be no problem.

    We have already done so much development from the existing project, Doing these actions step by step could be time consuming and complex. Isn't there a official way to migration from free to commercial project? Thanks

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We have already done so much development from the existing project

    You can refer to the pro template project to modify the free project.

    Change the free module package to pro. and compare the code.

    There is no perfect way, only step by step.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We have already done so much development from the existing project

    You can refer to the pro template project to modify the free project.

    Change the free module package to pro. and compare the code.

    There is no perfect way, only step by step.

  • User Avatar
    0
    xanthusmnwong created

    Thanks @maliming

    In Addition, Currently we have purchased a license from abp.io. May I know whether we can do development after license expire? From my understanding, this is a perpetual license and suppose we still can do development after license expire. However, we have the following questions:

    1. How can we achieve this? Can we still login into our abp.io developer account using abp cli?
    2. We have tried to use access-token.bin without login from abp cli. However, we have no luck to run the DbMigrator. It said cannot connect to license server
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    https://commercial.abp.io/faq

    We have tried to use access-token.bin without login from abp cli. However, we have no luck to run the DbMigrator. It said cannot connect to license server

    Can your computer connect to the abp.io server?

  • User Avatar
    0
    xanthusmnwong created

    hi

    https://commercial.abp.io/faq

    We have tried to use access-token.bin without login from abp cli. However, we have no luck to run the DbMigrator. It said cannot connect to license server

    Can your computer connect to the abp.io server?

    Yes, we could. But we don't suppose to required internet connection in order to do our development. We expect we could do development as long as we have access-token.bin, because it is a perpetual license, isn't it?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    ABP makes online license check only in Development environment or when the Debugger is Attached in Visual Studio. When it's in Development environment or Debugger is attached, it's required to login your account via ABP CLI ( abp login {username} )

    https://support.abp.io/QA/Questions/817/How-to-delete-current-license-login-session#answer-4cbc8f13-c7f3-84fa-7fc8-39fa2688df13

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