Migration Manager
To be able to delete user data from the Migration Manager, do the following:
- Download the archive from https://download.automation.odin.com/oa/7.0/satellites/oam-gdpr-1.0-26.tar.gz.
- Save it to the management node.
- Extract the file
oa-migrator-gdpr.py
to the directory where the Migration Manager components are installed: /opt/oa-migrator/bin. -
Set the permissions with this command:
chmod +x /opt/oa-migrator/bin/oa-migrator-gdpr.py
Before deleting any data, make sure that migration is not running. The script will not delete data if migration is in progress.
To delete information about a staff member, run the following command:
./oa-migrator-gdpr.py --remove-users <email address>
If the specified staff member is the only user under the account, you will be prompted to delete the entire account.
You can delete multiple staff member accounts. To do this, specify several email addresses by separating them with white space characters.
To delete information about a reseller or a customer, run the following command:
./oa-migrator-gdpr.py --remove-accounts <email address or account ID>
If you do not know the email address of a user, you can specify the user's ID in the system. You can look it up in Provider Panel > Customers or Provider Panel > Resellers.
To delete multiple user accounts, specify their email addresses or account IDs, separating them with white space characters.
Note: You can delete staff members, resellers, and customers with a single command, as shown in the following example.
./oa-migrator-gdpr.py --remove-accounts account1@example.com account2@example.com 1000001 1000002 --remove-users user1@example.com user2@example.com