Skip to content

Add sdpctl version suggestions#687

Merged
torgermiller merged 2 commits intomainfrom
add-version-suggestions
Aug 4, 2025
Merged

Add sdpctl version suggestions#687
torgermiller merged 2 commits intomainfrom
add-version-suggestions

Conversation

@torgermiller
Copy link
Contributor

When connecting with the latest version of sdpctl to an unsupported version of SDP there can be compatibility issues.

This change adds a suggested SDPCTL version to ensure compatibility.

@torgermiller torgermiller force-pushed the add-version-suggestions branch from b3d934b to 80a58b0 Compare August 1, 2025 16:29
@mandopaloooza
Copy link
Collaborator

While you are at this, can you clean up this warning?

  • Typo for consequenses
  • The section about "using the upgrade script" is no longer relevant - customer should be using sdpctl
❯ go run main.go appliance status
Username: admin
Password: *****
WARNING: You are running an unsupported API version on the appliance.
It is strongly advised that you upgrade your appliance to a supported version before executing any sdpctl command. Executing sdpctl commands on an unsupported API version can have serious unforeseen consequenses.
Minimum supported API version: 20
Currently using API version: 19

Consider upgrading to a supported version of the appliance using the upgrade script provided in the 'Utilities' section in the admin UI: https://example.com:8443/ui/system/utilities

This version of sdpctl is not compatible with the appliance version you are running. Please use SDPCTL 2023.06.19: https://github.com/appgate/sdpctl/releases/tag/2023.06.19
WARNING: Status endpoint not found, falling back to old stats/appliances
Name                                                     Status     Function                 CPU     Memory    Network out/in    Disk (used / total)           Version        Sessions
----                                                     ------     --------                 ---     ------    --------------    -------------------           -------        --------
controller-eab16fcf-d316-411e-b972-626ecf95e75e-site1    warning    LogServer, Controller    0.6%    5.4%      0 bps / 0 bps     0.74% (145.31MB / 19.27GB)    6.2.9+37208    0

@torgermiller
Copy link
Contributor Author

While you are at this, can you clean up this warning?

  • Typo for consequenses
  • The section about "using the upgrade script" is no longer relevant - customer should be using sdpctl
❯ go run main.go appliance status
Username: admin
Password: *****
WARNING: You are running an unsupported API version on the appliance.
It is strongly advised that you upgrade your appliance to a supported version before executing any sdpctl command. Executing sdpctl commands on an unsupported API version can have serious unforeseen consequenses.
Minimum supported API version: 20
Currently using API version: 19

Consider upgrading to a supported version of the appliance using the upgrade script provided in the 'Utilities' section in the admin UI: https://example.com:8443/ui/system/utilities

This version of sdpctl is not compatible with the appliance version you are running. Please use SDPCTL 2023.06.19: https://github.com/appgate/sdpctl/releases/tag/2023.06.19
WARNING: Status endpoint not found, falling back to old stats/appliances
Name                                                     Status     Function                 CPU     Memory    Network out/in    Disk (used / total)           Version        Sessions
----                                                     ------     --------                 ---     ------    --------------    -------------------           -------        --------
controller-eab16fcf-d316-411e-b972-626ecf95e75e-site1    warning    LogServer, Controller    0.6%    5.4%      0 bps / 0 bps     0.74% (145.31MB / 19.27GB)    6.2.9+37208    0

Good point. Updated!

@torgermiller torgermiller merged commit b79f44e into main Aug 4, 2025
3 checks passed
@torgermiller torgermiller deleted the add-version-suggestions branch August 4, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants