Restored our Prod Mongo DB in Test environment and did a server upgrade ( 2022.3 to 2022.1) in test environment with Production data. The upgrade completed but Mongo DB migration failed along with that Gallery not accessible. Any suggestion he to resolve it.
Gallery log :
ERROR,1,AlteryxServerHost,Runner,Start,,,,SERVERNAME,,,,,,System.Threading.ThreadAbortException: Thread was being aborted.-> at System.Threading.Thread.AbortInternal()-> at System.Threading.Thread.Abort()-> at Alteryx.Server.Migration.MigrationHandler.DoMigrateDatabase()-> at Alteryx.Server.Host.Runner.Start(Action whenStarted)
ERROR,1,AlteryxServerHost,Runner,Start,,,,SERVERNAME,,,,,,"System.Exception: Unable to retrieve status from server: localhost:80-> at AlteryxService_Client.Net.ClientAPI.AlteryxService_VerifyCompatibility(String strServer, String strServerSecret)->
at Alteryx.Server.Host.Runner.VerifyConnectivityToServiceLayer(IHostingEnvironmentConfiguration hostingEnvironment)-> at Alteryx.Server.Host.Runner.Start(Action whenStarted)"
Mongo DB Migration log :
FATAL,1,AlteryxServerHost,migrationLogger,DoMigrateDatabase,"...lock obtained, performing migration.->Services will start but be unavailable until migration is complete.",
FATAL,1,AlteryxServerWebApiHost,migrationLogger,DoMigrateDatabase,Migration failed with error: Command create failed: a collection 'AlteryxGallery.userGroupsPostMigration_30' already exists.,
But i don't see any collection with the name of "userGroupsPostMigration_30" in AlteryxGallery Mongo DB.