diff --git a/axon-server/migration/standard-to-enterprise-edition.md b/axon-server/migration/standard-to-enterprise-edition.md index 56f6a444..2dde236b 100644 --- a/axon-server/migration/standard-to-enterprise-edition.md +++ b/axon-server/migration/standard-to-enterprise-edition.md @@ -20,6 +20,5 @@ There are multiple benefits of moving from an Axon Server SE based deployment to ## Notes * The controldb file on Axon Server SE just contains information on the users allowed access to the server. Users in Axon Server SE are not assigned to any contexts or roles. It is recommended that this file is not copied over over and these users be recreated in Axon Server EE and assigned the proper roles/contexts. -* The migration of the event data from the default context from Axon SE can only be done to a default context within Axon EE. Data cannot be moved to any other context. * Any token setup for client access to the Axon Server SE must be setup on the Axon Server EE cluster too.