How do I migrate from Kong Gateway open source (OSS) to Kong Gateway Enterprise?
You can migrate to Kong Gateway Enterprise using the kong migrations CLI commands.
Warning: This action is irreversible, therefore we strongly recommend backing up your production data before migrating from Kong Gateway OSS to Kong Gateway Enterprise.
You can only migrate to a Kong Gateway Enterprise version that supports the same OSS version. The latest version of Kong Gateway OSS is 3.9.1.
- Download the Kong Gateway Enterprise package that matches your installed OSS version.
-
Configure it to point to the same data store as your Kong Gateway OSS node. The migration command expects the data store to be up to date on any pending migration:
kong migrations up [-c configuration_file] kong migrations -f finish [-c configuration_file]Copied!Caution: When adding new plugins to the existing installation (either manually or via the extension of
bundledplugins), thekong migrations finishorkong migrations upmust be run with the-fflag to forcefully upgrade the plugin schemas. - Confirm that all of the entities are now available on your Kong Gateway Enterprise node.
- (Optional) Upgrade to your desired version of Kong Gateway Enterprise.
How do I install Kong Gateway on Windows?
To install Kong Gateway on Windows, use Docker. Kong does not provide a native Windows install method for Kong Gateway.
Where can I find all supported platforms and packaging options?
To find all supported platforms and package types for Kong Gateway, see the supported platforms and versions in the Kong Gateway version support policy.
If you don’t see your Kong Gateway version here, it has reached end of life and Kong no longer publishes any packages or images for it.