Q1:Prolaborate Server Cloning.
Issue
If the AWS instance on which prolaborate was running was taken a snapshot and if it was restored in a differnt server will prolaborate work?
Resolution
If the two prolaborate instances are running on a same database it will work seamlessly.
If the prolaborate version changes it may not function properly with a single DB as the schemas for each prolabroate versions will vary.
Response
Hi <Customer Name>,
Thanks for reaching out to prolaborate support.
You could run two Prolaborate instances connected to the same database. However please make sure you run the same versions of Prolaborate since the DB schemas are different for each versions. If you still wish to run two different version with same database in a same server shouldn't be a problem, but we don't personally advise it because due to the database schema differences, some features may not work in the older version.
Please feel free to reach us for any clarification.
Ticket ID: #9148
Subject: Is prolaborate 5.2 available? May address connection issue for our QQ users
Department: Sparx Platform Support
Q2:Delete Users by Type in Prolaborate.
​Description
This KB provides a SQL query format to delete users by email ID and user type in Prolaborate. The query is useful for scenarios where user deletion is required based on specific criteria.
Steps to Resolve
Note: Before executing the query, ensure you have a backup of the Prolaborate database.
1. Use the following query format to delete users:
DELETE FROM users WHERE Email IN ('EmailID1', 'EMailID2') AND UserRole_Id = 'User Type'
- `EmailID1`, `EmailID2`: User email IDs to be deleted.
- `User Type`: Either 'IDENTITY-PROVIDER-USER' or 'SYSTEM-USER' based on the user type.
2. Replace the placeholder values with the actual user email IDs and type.
Note: This query is intended for advanced users. If you have any concerns or require assistance, please contact the Sparx Systems Prolaborate support team.
aws snapshot, users by type, server cloning, derver cloning, aws, delete, cloning