Release Management Server defaults to the system drive in the current users local temp directory. I was scanning through its various configuration files but I could not seem to figure out if you can repoint its working directory to another drive. The builds are eating up space on my C drive. It there any way to repoint it to another drive?
Asked
Active
Viewed 905 times
0
-
Agent-based or vNext releases? Are you talking about space used on the target server or on the RM server? If Agent-based, how do you transfer your files, directly UNC Path or through HTTP via the RM Server? – joerage Feb 28 '15 at 22:50
2 Answers
0
Release Management Server is mostly a database that can be put wherever you like using standard SQL Server techniques for moving databases. Pretty sure it doesn't have a working directory - or are you doing something exotic?
The RM Deployment Agent receives builds on target nodes at C:\Users\$AccountNameUsedToRunDeployerService$\AppData\Local\Temp\RM\T\RM. I haven't seen anywhere to change this but you you can configure cleanup settings from the RM Client - Administration > Settings > Deployer Settings and maybe choosing something more aggressive may help.

Daniel Mann
- 57,011
- 13
- 100
- 120

Graham Smith
- 517
- 2
- 10
0
Sure, this is actually really easy: Change the %TEMP% environment variable for the deployer user.
That said, the defaults for temp file retention are a bit crazy: 7 days!

Daniel Mann
- 57,011
- 13
- 100
- 120