traefik-migration-tool
traefik-migration-tool copied to clipboard
A migration tool from Traefik v1 to Traefik v2
instead of creating a route for each path, merge rules that target the same service where possible, which reduces the number of routes created and results a much more readable...
In the https://github.com/containous/traefik-migration-tool/blob/master/static/configuration.go#L27 file it creates the Global configuration section in the new-traefik.yml/toml regardless if content is being imported or not. An empty Global Configuraton entry in the yml/toml results...
I just used the traefik-migration-tool to convert my `acme.json` file by running `traefik-migration-tool acme` in the directory with the json file, but it seems like the acme-new.json isn't actually migrating...
https://github.com/containous/traefik-migration-tool#with-docker The current docker command is not working out of the box. An input and output has to be specified as the volume is mapped into `/data` and the standard...
Hi Guys, A couple of weeks ago a new version of Traefik was released, do you plan to create a tool for v2 to v3 migration? Thank you)