Restore TeamCity projects from DB

2019-07-13 11:26发布

Is there a possibility to restore the TeamCity project settings from an existing db?

I have separate servers for the TeamCity data tier and application tier. The TeamCity application server had been damaged and i'm trying to restore it from the existing data tier.

I'm using TeamCity 5.1.2.

Any ideas?

1条回答
我欲成王,谁敢阻挡
2楼-- · 2019-07-13 12:09

TeamCity project settings stored at $TEAMCITY_DATA_PATH$/config folder. If you lost this folder there only one way to restore it - backups.

You can also review information on TeamCity Data Backup to get more understanding on what data is stored in the database and what on the file system.

查看更多
登录 后发表回答