Poll: How often do you deploy to production?
1–10 of 64 posts
Re: Poll: How often do you deploy to production?
#2If it's a critical fix, then it goes out asap. If it's a minor fix, but relating to a new feature roll-out from 2 hours ago, it too goes out as soon as it's ready. Otherwise, changes gets deployed once the feature is complete.
Re: Poll: How often do you deploy to production?
#3new version around once a month to production, datafixes whenever they are urgent. BI/DW & reporting side with quite a bit faster cycle, around once a week, as the requirements of the extremely complex metrics and dimensional data hierarchies are still evolving.
Re: Poll: How often do you deploy to production?
#4That's an odd question, really. It all depends on the context and the type of changes, obviously. If it's a critical fix, then it goes out asap. If it's a minor fix, but relating to a new feature roll-out from 2 hours ago, it too goes out as soon as it's ready. Otherwise, changes gets deployed once the feature is complete.
Re: Poll: How often do you deploy to production?
#5I wouldn't recommend this set up. I am incredibly competent. I make maybe 1 minor mistake a month - if that - so with me this set up is workable. The other developers I work with.. not so much. The main issue with this set up is newbie developers deploying what they thing is a good fix which breaks in lots of edge cases. Bad patches like that can take weeks to become apparent then longer to chase out of the system as there is no way to simply rollback.
For my side project I deploy every Wednesday. Every now and again there is a bug fix which needs to be slipped in on an odd day. I currently deploy manually because I haven't set anything else up.
Throw up maintenance page -> update database -> upload new files -> quick test -> remove maintenance page.
It is a bit time intensive but I haven't had any problems with it yet. I like to group changes so I can announce them on the same day.
Re: Poll: How often do you deploy to production?
#6Re: Poll: How often do you deploy to production?
#7here, we deploy a major update to the system every 6 weeks. All database changes go into the major update.
We release patches to production frequently. In first week of the major update we might do 5 - 6 patches per day.
This is not easy for us, as we do not have everything on the web.
We have a java application that is patched and downloaded from our users so we want to avoid forcing them to download the new stuff too often.
if it was a web application the impact of the patch would be minimal.
Re: Poll: How often do you deploy to production?
#8Major changes: every 5 weeks (build for 4 weeks; test for 1) Minor changes: every week (urgent and emergency changes) Bug fixes: as needed. usually 0x/week but can be multiple times a day if necessary.
Mobile app releases: rarely. The belief is that frequently updated apps are considered a bad thing.
Re: Poll: How often do you deploy to production?
#9Re: Poll: How often do you deploy to production?
#10If you're not using Jenkins you don't know what you're missing, but I can tell you it's warm and sunny :)