You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been caught several times by updating my Dolibarr instance too quickly with versions containing bugs (mainly with major version changes).
Therefore, it would be wise to create a stable tag that corresponds to the latest version considered free of major bugs. (Nowadays, I always wait for 2 or 3 corrective updates before updating my instance).
The text was updated successfully, but these errors were encountered:
Why not simply use a fixed version? This way you ensure no improper update will be deployed to you without you knowing.
That's what I'm currently doing, but it's inconvenient on several levels. It forces us to regularly check if an update is available, and it prevents us from using automation systems like Watchtower.
Many projects have already implemented the stable tag (e.g., Nextcloud), and I find it very useful.
I have been caught several times by updating my Dolibarr instance too quickly with versions containing bugs (mainly with major version changes).
Therefore, it would be wise to create a
stable
tag that corresponds to the latest version considered free of major bugs. (Nowadays, I always wait for 2 or 3 corrective updates before updating my instance).The text was updated successfully, but these errors were encountered: