Completely remove project data from internal database Follow
Answered
Good day!
I try to import configurations of my project from VCS, using XML format. When I start it, the error below occurs. Actually, all of these projects dont't exist on the server yet. I realised, that all of these UUIDs exist in system/buildServer.data file (database).
Is there any way to delete this data from it ?
Please sign in to leave a comment.
Hello Robert,
Could you please clarify your use case (do you aim to make a copy of an existing TeamCity installation, or do you aim to just copy certain projects to the target installation)? For the former, backup and restore do seem like a better approach; as for the latter, project export feature may be of use.
Generally speaking, manual DB operations are not recommended, but if none of the above work for you, please let me know the details or end goal and I will try to assist further.
Fedor, our case is export our projects from one server and automatically load the on another, using Versioned Settings. Since manual import wont update existing projects/buildTypes, it's not our case.
Hello Robert,
Is it feasible to use portable Kotlin DSL format to save the project data on the source installation? It does not use UUID which should help with the issue.
Hello, Fedor,
With Kotlin DSL we have another problem