Recommended update frequency?

I followed the git installation using the 15 branch, and all is working well. However, I noticed that the branch receives commits without creating a new release. Are these commits to the branch considered “stable”, so that I can pull them in to my installation with minimal risk of causing problems? Or is it recommended to wait until a new release is published and pull from the branch then?

Hello,

You can pull the branch 15 from git, it’s safe.
releases are done once there is a significant amount of correction.

1 Like

I would say it is NOT 100% safe at all times.
I had some issues from time to time. If dolibarr is mission critical for you you should update to regular releases.
Thats my take on git.

How would you say to do the updates? Download the files instead of git pull?