Issues upgrading Sugar from 13.3.0 to 14.0.0

Hi,

I have run the upgrade for our local instance to move from Sugar 13.3.0 to 14.0.0. For the stack I am using your repo (https://github.com/sugarcrm-developers/SugarDockerized) because I have noticed you recently added support for version 14. I have created a "mac" version of the php83.yml file to improve local performance. The main change is that I am using a "delegated" in the docker volumes. When I try to start Sugar is not loading and there is no error in the logs. I have managed to run it switching to the old (php7.4) stack and switching back to the new one but then when I have tried to save some modules the screen get stuck after "Saving" and doesn't show the successfully saved message or redirects. Also I have noticed that the terminal repair function is not working as mentioned in the following thread.

https://sugarclub.sugarcrm.com/dev-club/m/event-recaps/2665?CommentId=8d6958c2-a7ae-4c0a-b625-93f21413f734

Any ideas please?

Thanks,

Natalia

Parents
  • Hi  ,

    that php83.yml (if you got the latest version) does pull the latest from docker hub that contains amd and arm architectures, so you should be good to go as it is. What kinda of performance improvements you're looking at? delegated volumes are tricky as you may have data loss as it doesnt write to disk right away, so careful..

    Can you please provide me with the exact use case you're going through so I can try to reproduce? perhaps provide us with a full log with the commands would be better.

    Terminal repair is unfortunately still broken at this time, that's why I created simpleRepair.php as a workaround.

    rafa

    SugarCRM | Principal Developer Advocate

Reply
  • Hi  ,

    that php83.yml (if you got the latest version) does pull the latest from docker hub that contains amd and arm architectures, so you should be good to go as it is. What kinda of performance improvements you're looking at? delegated volumes are tricky as you may have data loss as it doesnt write to disk right away, so careful..

    Can you please provide me with the exact use case you're going through so I can try to reproduce? perhaps provide us with a full log with the commands would be better.

    Terminal repair is unfortunately still broken at this time, that's why I created simpleRepair.php as a workaround.

    rafa

    SugarCRM | Principal Developer Advocate

Children