Category: Octopus Deploy
-
From the frontline: Octopus Server performance tuning
We’ve been running Octopus Deploy since 2.0 back in January 2014 as part of our head-to-head battle royale with Release Management 2013. We decided on Octopus in February and our pilot testing started in late March early April with a handful of teams and users. Our shiny server (*ahem* virtual machine) with Octopus Deploy was chugging along and we all…
-
The Zen of Deployment Automation
I work with a lot of users using our Octopus Deploy server on a daily basis. It seems that not all, but many of our users don’t fully grasp the philosophy behind automated deployments so I thought a rant was in order. If you’re using Octopus Deploy or even thinking about implementing it, Octopus is indeed a…
-
Versioning in Octopus Deploy (Part I)
Versioning – NuGet and Octopus Deploy will force this issue of versioning on your projects and it’s in your best interest to give it some thought. Within Octopus, your releases are versioned as well as your NuGet packages however packages are versioned externally of Octopus, so some prudence will pay dividends down the road. I’ve found that one of the biggest…
-
Thoughts on Octopus Deploy 2.6
Now that Octopus Deploy 2.6 was just released, I feel I can publish some of my opinions on it. I installed the pre-release on my Azure instance weeks ago just before Thanksgiving and I’ve just upgraded to the official release (2.6.0.778). Even though 2.6 is a minor update, it is a game changer. Changes listed on Octopus Deploy 2.6…
-
Backing up projects on Octopus Tentacles? Think twice
I’ve noticed many of our Octopus teams use the File System – Backup Directory step template from the library to implement a backup step. Unfortunately, I’ve seen minimal prudence from said teams implementing backups. Many of these teams simply backup their project across most if not all of their environments while having no rollback steps whatsoever. Don’t get me wrong,…
-
Initial thoughts on Octopus Deploy 3.0 – from RavenDB back to SQL Server
This is pretty big news for any Octopus Deploy users. Paul Stovell has hinted a return back to SQL Server over the past few months in blog posts and uservoice forum comments, but from the public view, it’s all speculation and rumor until otherwise official. This weekend, Octopus made it official – version 3.0, they’re moving…
-
OctoPack error: Could not find a part of the path
If you’re managing numerous Octopus projects across an enterprise, you’re bound to run into an error you’ve never seen before. Most frequently for us, that comes with the build process. Users often confuse (by no fault of their own) the source of the error being the OctoPack but in my experience, the OctoPack in and of itself…
-
Users, Teams, User Roles and Permissions
In this post of our Octopus Deep Dive Series, we’re covering users, teams and user roles. I’ve learned that out of all the topics within Octopus Deploy, user management and permissions can be daunting depending on how customized you want your configuration. It took me some time to figure out how best to leverage security for a large number of teams…