History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2304
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Robin Shen
Reporter: Madhu Kumar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Migrate group permissions from one QB instance to other instance.

Created: 28/Jan/15 02:39 PM   Updated: 29/Jan/15 12:47 AM
Component/s: None
Affects Version/s: 5.1.15
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Linux


 Description  « Hide
Hi Robin,

Can you please advise if we can migrate the group permissions from one QB instance to the other running on a different system. Because we are in process of migrating our existing QB instance to a different system and we are recreating our projects in new QB instance due to Data center move and was looking if there is a way to migrate all the groups permissions from one instance to other, so that we can manage the same groups and permissions in the new instance.

Please advise.

Thanks
Madhu

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [29/Jan/15 12:47 AM]
You may write a program calling QB RESTful API to read group permissions from one instance and get it saved to another instance. Relevant API here:
http://wiki.pmease.com/display/QB60/Interact+with+Configuration+Authorizations
http://wiki.pmease.com/display/QB60/Interact+with+Group+Memberships

If relevant configuration/user/group does not exist at another server, you can also replicate them via RESTful API (read from existing server, then remove the id field, then save to another server).

When calling RESTful API to replicate between servers, make sure both server are running the same QB version.