Is there a way to bypass database configuration step in setup?
I'm trying to automate the process of TeamCity server installation. All is good except that I have to manually select the database type during the first time setup according the documentation. Even if I configure data directory through env variable and download JDBC driver in respecting directory I would have to manually finish the setup?
Please sign in to leave a comment.
Hi Maksim,
We have some hints for unattended installations here: https://confluence.jetbrains.com/display/TCD10/Installing+and+Configuring+the+TeamCity+Server#InstallingandConfiguringtheTeamCityServer-UnattendedTeamCityserverinstallation
It includes how to set up a database connection directly.