Help with Migrating data from Xwiki 4.1.4 to Xwiki 15.5

I’ll try to reiterated.

Ours is a Java Application.

  1. We will updated the xwiki version to 15.5
  2. Update the xwiki.cfg file variable xwiki.store.migration to 1
  3. Build the application and deploy the Xwiki.war
  4. Once the application is initializing all the migration will happen (i.e. the new Schema and Table updates for migrating from 4.1.4 to 15.5)

Should we set the xwiki.store.migration to 0 once the initializing is done?