upgrading from git

Hi,

Can one upgrade SuiteCRM from git by simply doing a git pull? any pitfalls or things to watch out for?

thanks,

Jason

Hi,

The safest way to upgrade would be via the “Upgrade Wizard” in the CRM, but you should be able to do it via a git pull and merging any changes.
However I have not done an upgrade in this fashion myself so I cannot attest to this running perfectly.

Just ensure that you set the correct permissions on your instance both before and after the pull
And, Run a few repair & Rebuilds after pulling, so that the Database matches up totally with the CRM.

Also, I’d recommend backing up your DB and CRM before doing the pull, just in case.

ok, thanks for the input