Version not updated at config.php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • guschaves
    Junior Member
    • Apr 2017
    • 16

    #1

    Version not updated at config.php

    After upgrading manually, I got into the system and still shows the upgrade message at administration page. I looked for version at config.php as the Documentation says to change, but I haven't found the parameter 'version' => '9.3.7',
  • ThomasB
    Senior Member
    • Mar 2022
    • 198

    #2
    This is more an indication that the upgrade was not successful.

    Comment

    • yuri
      EspoCRM product developer
      • Mar 2014
      • 9973

      #3
      The version is in 'data/state.php' (used to be in the regular config in earlier versions). It's the latest version the migration script reached to. You can run migration. It should change the version in the state config to the version of the source.

      Comment

      Working...