Opnresty version

Hi to check openresty version in a running instance of kong?

TIA

It’s not querying the running process, per se, but openresty when it’s started prints out its version to the error logs:

2022/01/11 19:24:01 [notice] 1#0: openresty/1.19.3.1

So, if you find the error logs for your Kong instance, and find the most recent such starting log within those logs, you’ll know the version of openresty.

1 Like