Search code examples
databasedeploymentserverversioningvespa

How to downgrade the version of the vespa engine installed in ec2 server


I have Vespa version 7.534.29 compiled with go1.15.14 on linux/amd64 how can i downgrade it to 7.220.14 as its causing my custom searchers to not work in production


Solution

  • Installing a new Vespa version is described at https://docs.vespa.ai/en/operations/live-upgrade.html. It could be an idea to try your custom searchers in an environment using the same Docker containers as in https://docs.vespa.ai/en/getting-started.html - to see if the problem is your build of Vespa or something else.