Skip to main content

Copy a database from IDEA Server to a local project with ideascript

Hello everyone,
 
For some stupid reasons I need to be able to copy a database from the IDEA Server to a local IDEA project. However I cannot find any informatie on how to do this and the IDEAScript helper is useless. I am looking for a bit of code expecting something like task.CopyDatabase("database name", "Destination folder") a bit like the task.MoveDatabase command but I need it to be a copy and it has to be from the server towards a local project. Please help me out!
 
With Kind Regards
Ivo
 

osaajah Sun, 05/12/2019 - 14:02

Hi Igunique,
Your answer is in Language Browser.  Browse for "ProjectManagement.CopyDatabase" method, and you will find some examples about copying IDEA database.