Error after renaming a configuration

I renamed a configuration to "Nuget B&D", after which the trolls appeared

Hmm… you will need to edit in the database. Stop the server service first.

If you are using the default Postgresql database, then open the Continua.Server.Service.exe.config file, and copy the database password, then open c:\Program Files\VSoft Technologies\ContinuaCI\Server\PostgreSQL\bin\pgAdmin3.exe and connect to localhost - port 9000 database ContinuaCI userid postgres , view the data for builds_configuration.

If you are using sqlserver then use sqlmanager to edit the builds_configuration table.

We’ll take a look at the naming issue… it should either be escaping the & or not allowing it.

That’s fixed it - nice one, thanks!