exact database permissions for Teamcity 4.0.2
I am about to move my mysql database from the little one I installed on the Teamcity server to the proper backed up mysql cluster supported by my company. I need to tell them what permissions are required by the teamcity user. I was unable to find the exact requireed permissions in the docs or via a search on here so I have told them the reasonably standard set of:
Select, Insert, Update, Delete, Create Drop, Alter
Is this all needed? Do I need more or less than this to run a teamcity DB?
Thanks in advance.
Please sign in to leave a comment.
TeamCity server may require all of these permissions. What it definitely does not require are create/drop permissions for the whole database.
Excellent, thanks for the quick response.
Please can we have this clarification in the install documentation. Thanks