I have installed and configured TeamCity Server on Amazon Linux 2. Want to save the customized settings and reuse
I have installed Teamcity Server and agent on Amazon linux ver 2 (ec2 instance) using ansible.
I have configured Teamcity server using Admin screen manually. I would like to capture those customized settings from the config files. Does anyone know where all the custom configuration settings are stored
(a) admin user created
(b) database server
etc
Thanks
Please sign in to leave a comment.
The settings are stored in the data directory: https://www.jetbrains.com/help/teamcity/teamcity-data-directory.html
The database is linked in the database.properties file within the data directory. If the installation did not provide a custom database, it might be working with the internal one, which is stored in the data directory as well, but not recommended beyond test purposes.
There are also several ways to take backups of all this settings, including the database, one of them being on the UI under Administration - Backup. More info on that here: https://www.jetbrains.com/help/teamcity/teamcity-data-backup.html