EspoCRM 6.0.0-beta1 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • shalmaxb
    replied
    Would it not be a better idea, if the espoCRM-team would provide an update patch from 5.9.4 to 6.0.0- beta? I would like to test the beta in my development environment and as well am not capable to build an update package on my own.

    Leave a comment:


  • Kyle
    replied
    Hi,

    I have followed the steps above to build an upgrade package but have had a few issues, first i tried on windows 10 then moved to Linux Mint 20 but the same issues in both cases. The command has output a folder in the build but I do not know if it is valid given the warnings/errors?


    $grunt
    Running "composer" task
    Warning: Command failed: composer install --ignore-platform-reqs --no-dev Use --force to continue.

    Aborted due to warnings.


    I forced this command:

    $grunt --force


    $node diff 5.9.4
    Warning! You are on HEAD branch.
    (node:25246) UnhandledPromiseRejectionWarning: Error: Command failed: composer install --no-dev --ignore-platform-reqs
    at checkExecSyncError (child_process.js:629:11)
    at Object.execSync (child_process.js:666:13)
    at /home/unknown/Desktop/espo/espocrm/js/diff.js:366:24
    at new Promise (<anonymous>)
    at /home/unknown/Desktop/espo/espocrm/js/diff.js:331:17
    at /home/unknown/Desktop/espo/espocrm/js/diff.js:525:9
    at ChildProcess.exithandler (child_process.js:301:5)
    at ChildProcess.emit (events.js:198:13)
    at maybeClose (internal/child_process.js:982:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
    (node:25246) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
    (node:25246) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

    Leave a comment:


  • item
    replied
    Hello Yuri,
    thanks for all ..

    i just install a fresh clean .. nothing error see .. all seemts perfect. .. it's seemt more fast.. (php 7.3.8 on my computer)
    can you give me a link to download upgrade package from 5.9.4 to 6beta ? so i can test in my develop instance with millions record and customization and give feedback. (i have all extension too office, voip, mailchimp, ...)
    sorry, no skill for github.

    Best Regards
    Last edited by item; 09-25-2020, 08:25 PM.

    Leave a comment:


  • yuri
    replied
    I don't recommend upgrading a production instance. I can build an upgrade package for you.

    You can build an upgrade from git repository.

    1. Fetch tags from github.

    2. Checkout to 6.0.0-beta1 tag.

    Code:
    git checkout tags/6.0.0-beta1

    3. Build with the command:

    Code:
    grunt

    4. Build an upgrade with the command:

    Code:
    node diff 5.9.4

    An upgrade package will be created in `build` folder.
    Last edited by yuri; 09-25-2020, 07:16 PM.

    Leave a comment:


  • emillod
    replied
    Hello, yuri this is really great news!
    When update will be available from CLI? For now i can only upgrade to 5.9.4 through CLI

    Leave a comment:


  • shalmaxb
    replied
    Is it possible to update an existing 5.9.4 version?

    Leave a comment:


  • yuri
    replied
    If you encounter any issues, you may post right in this topic or create a separate one.

    Leave a comment:


  • yuri
    started a topic EspoCRM 6.0.0-beta1 released

    EspoCRM 6.0.0-beta1 released

    6.0.0 Beta 1

    All issues: https://github.com/espocrm/espocrm/m...ne/96?closed=1

    Download link: https://github.com/espocrm/espocrm/r....0.0-beta1.zip
Working...