Announcement

Collapse
No announcement yet.

Try Alpha

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Try Alpha

    How to correctly install the 7.0.0-alpha version on an existing 6.1.8 installation?

  • #2
    Probably you have to download alpha version on your computer and build instance on your computer.

    Comment


    • dimyy
      dimyy commented
      Editing a comment
      Fresh install is ok.
      I want migrate existing install.

  • #3
    Hi Dimyy,

    Maybe this thread will help you:

    Comment


    • dimyy
      dimyy commented
      Editing a comment
      This method assumes there is an upgrade package

  • #4
    May be:
    Install fresh version
    Install extensions
    Move old database
    Copy custom folders, data folder, adjust config.php
    Rebuild

    Comment


    • #5
      Dimyy, you can use "Upgrade from CLI".

      Command to run:
      php command.php upgrade
      Last edited by Vadym; 08-26-2021, 03:11 PM.

      Comment


      • dimyy
        dimyy commented
        Editing a comment
        There is no 7.alpha upgrade package

    • #6
      Here: https://docs.espocrm.com/development...grade-packages

      1. Build with grunt.
      2. Build upgrade package.
      3. Run upgrade with php command.php upgrade --file="path/to/package".

      Comment

      Working...
      X