Upgrade from IBM Application Center 6.1.0.2 to MFPF AppCenter 7.0

北战南征 提交于 2019-12-12 05:48:57

问题


I have WorkLight 6.1.0.2 and App Center client in my environment. We are migrating from 6.1.0.2 to MobileFirst 7.0.

I see list of upgrade db sql script in the installation directory of MobileFirst 7.0.

As i have lots of applications hosted in our 6.1.0.2 App Center, i want to manually upgrade it to 7.0. Not sure about which upgrade script need to be run from the list.

  • upgrade-appcenter-60-61-db2.sql
  • upgrade-appcenter-61-62-db2.sql
  • upgrade-appcenter-62-63-db2.sql
  • upgrade-appcenter-63-70-db2.sql
  • upgrade-appcenter-505-506-db2.sql
  • upgrade-appcenter-506-60-db2.sql

Thanks


回答1:


You need to run several scripts in a sequence:

  • upgrade-appcenter-61-62-db2.sql
  • upgrade-appcenter-62-63-db2.sql
  • upgrade-appcenter-63-70-db2.sql

The first script updates the data base from 6.1.x to 6.2.x, the second from 6.2.x to 6.3.x and the last one from 6.3.x to 7.0.x.Hence, if you applied all three scripts in the right order, you upgrade from 6.1.0.2 to 7.0.

General reminder: before any upgrade, it is advisable to backup the data base, in order to be able to restore if something goes wrong!



来源:https://stackoverflow.com/questions/31992264/upgrade-from-ibm-application-center-6-1-0-2-to-mfpf-appcenter-7-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!