Steps to rollback Teamcity server migration.
Hello,
In our company we are planning for Teamcity migration to new server. We got the steps for migration from this link. Now my question is, if migration fails or it does not work as our expectation then what will be the steps to rollback the migration to old server that was working earlier.
Please provide steps or any reference link to rollback.
Thanks.
Please sign in to leave a comment.
Usual approach to migration is to create a copy of TeamCity server (you may use this guide for reference: https://www.jetbrains.com/help/teamcity/2022.10/how-to.html#Create+a+Copy+of+TeamCity+Server+with+All+Data), test out the new installation and then transfer users to the new instance. With this approach, you will retain your old installation of TeamCity and you would be able to confirm that new one is working correctly before removing the old one.
Please let me know if this helps.