Reputation: 371
I want to update my vespa application on docker. I have added some new documents and also change and add some fields in existing documents.Also added java components in updated build. Now I want to deploy updated app on server without removing the existing data from vespa.How can I do this? Can you please help me?
Upvotes: 1
Views: 280
Reputation: 996
Please refer to https://docs.vespa.ai/documentation/cloudconfig/application-packages.html - use deploy
to deploy an updated application package. You can do this on a running instance - if there is a need for restart or re-feed, the deploy command will output this
Upvotes: 2