I am running a kong installation (currently 1.0.1) with a number of services, routes, plugins, etc. I would like to upgrade to 1.1 using DB-less/declarative config. But I would like to avoid to manually code every configuration I have done so far because this would be much work and rather error-prone.
Is there a good way of migration? E.g. a kong dump config command that reads the DB config and writes the corresponding new declarative config. This does not need to be fully perfect. A starting point for manually checking and adapting would be very helpful.