Steps needed to move the YouTrack Database in Windows
Hi
I've Installed YouTrack on a Windows Server Machine.
The Database got installed under c:\teamsysdata and i want it to move somewhere to d:\MyLocation
I've found this documentation:
http://confluence.jetbrains.net/display/YTD4/Changing+Database+Location
So according to the doc I can change the
<param-name>database.location</param-name>
from
<param-value>${user.home}/teamsysdata</param-value>
to
<param-value>d:\MyLocation</param-value>
and move all the files from c:\teamsysdata to d:\MyLocation ?
would that be work?
Thanks for your Help
Giuseppe
I've Installed YouTrack on a Windows Server Machine.
The Database got installed under c:\teamsysdata and i want it to move somewhere to d:\MyLocation
I've found this documentation:
http://confluence.jetbrains.net/display/YTD4/Changing+Database+Location
So according to the doc I can change the
<param-name>database.location</param-name>
from
<param-value>${user.home}/teamsysdata</param-value>
to
<param-value>d:\MyLocation</param-value>
and move all the files from c:\teamsysdata to d:\MyLocation ?
would that be work?
Thanks for your Help
Giuseppe
Please sign in to leave a comment.
Steps are:
1. stop youtrack
2. edit db location to <param-value>d:\MyLocation</param-value>
3. copy database to new location
4. start youtrack