How can I upgrade cQube to the latest release
AWS
Connect to the cQube AWS EC2 Instance
For Linux and macOS:
Download the .pem file generated during EC2 instance creation.
Open the terminal and navigate to the folder where the .pem file is downloaded.
Provide read permission to the .pem file: sudo chmod 400 <aws.pem>
Connect to the instance using the following command:
ssh -i <path_to_the_pem_file> <user_name>@<public_ip_of_the_instance>
For Windows:
Download the .pem file generated during EC2 instance creation.
Use Puttygen to connect to the instance. Refer to this link for instructions: PuttyGen Instructions
PreviousAdapter Details During the ProcessingNextDeployment & ingestion related issues & their solutions
Last updated