Hello,
I’ve received a binary license from our account manager.
I’ve tried using
cat license | base64
AAABBBCCC
^ base64 string (deprecated)
And use it during the deployment through CloudFormation template.
Attaching the command and output:
memsqlctl set-license --license=AAABBBCCC
memsqlctl will perform the following actions on the local node on port 3306:
· RunSET LICENSE = 'AAABBBCCC'
Would you like to continue? [y/N]: y
Error 1888: Unable to reload license file: The provided license is invalid
(reminder: AAABBBCC is the deprecated base64 encoded string)
I’ve setup the cluster with a temporary license that I’ve received from the ‘portal.memsql.com’ for 4 nodes.
Looking forward to your reply,
ZY