Install Qodo Gen Agentic Mode for On Prem environments
Last updated
Was this helpful?
Last updated
Was this helpful?
This document provides step-by-step instructions for On Prem customers to install and configure Agentic Mode in their backend infrastructure.
.
The installation and configuration process in this manual should be performed by system administrators only.
Before proceeding with the installation, ensure the following prerequisites are met:
Postgres v17+ must be deployed. Managed cloud solutions like AWS RDS or GCP CloudSQL are recommended.
The database should follow a few minimum specifications:
2 vCPU
16 GB of memory
50 GB of disk space
Accessible from the EC2 instance running the Qodo stack
If you’re using a public cloud, managed solutions like GCP CloudSQL and AWS RDS are recommended.
Ensure Qodo Stack version is at least 0.1.300.
Ensure Helm is installed for managing Kubernetes deployments.
Embedded Cluster (Optional): If Kubernetes is not available, installation can be performed using Replicated (web UI-based deployment).
The primary configuration file is /copilot_proxy/settings_prod/.secrets.toml
.
The file is a Kubernetes secret that must be appended to.
In addition to setting values, users must enable cronjobs and jobs in the Helm chart.
The following command ensures all necessary jobs are scheduled:
Deploy a Postgres v17+ database and configure it with the required credentials.
Example Configuration:
If using a public cloud, managed solutions like AWS RDS, GCP CloudSQL or Azure SQL are recommended.
Modify the Helm values file to include the necessary configurations for Agentic Mode:
Apply the updated Helm values by running:
This will run database migrations and create the necessary partitions.
Modify the Kubernetes secret file /copilot_proxy/settings_prod/.secrets.toml
to include:
Ensure the pods pick up the new version of the secret.
[app]: Defines feature flags.
[agenticdb]: Contains Agentic DB details.
Restart your IDE and verify that Agentic Mode is enabled.
For customers without Kubernetes, use Replicated to install Agentic Mode on a virtual machine.
Enable the Agentic Mode license flag: Notify the Qodo team to enable the license flag.
Sync license: Once confirmed, sync the license in the Admin web UI.
In the Admin web UI, navigate to the Config tab.
Enable Agentic Mode within Qodo Gen: In the Qodo Gen Settings section, enable Agentic Mode.
Update secret: Append to the end of Qodo Gen secret toml
file:
Ensure the configuration was updated: ensure the popup The config for Qodo stack has been updated.
appears, then click Go to updated version.
Deploy the updated configuration: in the Version history tab you’ve been forwarded to, find the Config change entry in the top of the versions list. Click Deploy.
Wait for a pod to start: Changing the secret causes the container restart. Wait until it fully starts up.
Restart and start using Agentic Mode: Restart your IDE. You should be able to use Agentic Mode in your IDE.
For further details, refer to the .