Hi David, The issue is clients are migrated to multiple server across different location, some are migrated to X location some to Y location.
In GUI->ADMIN Login->Databases->review_requests, there is a option to update the repository for review request which updates the repository ID. So, I guess there will not be an issue. But I am not able to get the underlying query that is running ? Thanks, Satish On Friday, 11 July 2014 14:56:45 UTC+5:30, David Trowbridge wrote: > > I'd suggest just changing the existing Repository object to point to the > new server without changing any IDs. > > -David > > > On Fri, Jul 11, 2014 at 2:23 AM, satish singh <[email protected] > <javascript:>> wrote: > >> Hi David, >> >> File path will be the same. So, updating the repository in Review board >> will be work fine, >> but there are two tables having the repository id: >> "reviews_reviewrequest" , "diffviewer_diffset" >> >> Do I need to update both the tables or just "reviews_reviewrequest" ? >> >> Thanks, >> Satish >> >> >> >> >> On Friday, 11 July 2014 13:08:09 UTC+5:30, David Trowbridge wrote: >> >>> Are you slicing the depot into multiple pieces based on file paths or >>> just migrating it to another server? >>> >>> If the file paths are staying the same, you can just update the >>> repository in Review Board to point to the new server. >>> >>> -David >>> >>> >>> On Fri, Jul 11, 2014 at 12:35 AM, satish singh <[email protected]> >>> wrote: >>> >>>> Hi Team, >>>> >>>> Need to discuss on a solution for issue arising due to migration of >>>> perforce server: >>>> >>>> For perforce distributed environment upgrade, we are migrating >>>> perforce clients to a different server, now the issue is with >>>> existing review request, after the upgrade user can open existing >>>> review request but he fails to update those as client are migrated >>>> to a different server. >>>> >>>> One solution will be updating the repository to the new one, as we >>>> don't have an API call to update a repository id it is required to be done >>>> from >>>> database side. >>>> >>>> There are two tables having the repository id: "reviews_reviewrequest" >>>> , "diffviewer_diffset" >>>> >>>> Do I need to update both the tables ? >>>> >>>> Because in admin page->database we have a option to update repository >>>> in GUI, and it looks like it is updating only "reviews_reviewrequest". >>>> >>>> Do I need to update any other table too ? Please guide me to resolve >>>> the issue. >>>> >>>> >>>> Thanks, >>>> Satish >>>> >>>> -- >>>> Get the Review Board Power Pack at http://www.reviewboard.org/ >>>> powerpack/ >>>> --- >>>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >>>> --- >>>> Happy user? Let us know at http://www.reviewboard.org/users/ >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "reviewboard" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ >> --- >> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ >> --- >> Happy user? Let us know at http://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
