How migrate from version 6.1.7 to 7.5.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LuisCarlos
    Junior Member
    • Jun 2023
    • 1

    How migrate from version 6.1.7 to 7.5.5

    Hi All,
    I´m using Espocrm 6.1.7 version and need to migrate to Version 7.5.5

    Is possible to do this, without lost of actual data stored in MySQL?

    Thanks.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    You just need to run from CLI:

    Code:
    bin/command upgrade
    Nothing will be lost, everything is backward compatible. Though, we recommend to make full backups just in case. If something goes wrong, one won't need to spend time to find how to revive the instance, but just restore the backup.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • ThomasB
      Senior Member
      • Mar 2022
      • 163

      #3
      Keep in mind that with EspoCRM version 7.3.0 PHP 7.4 support was dropped. So you might need to upgrade your php version and update your webserver config.

      Comment

      Working...