hi! so if i started datahub with datahub docker qu...
# getting-started
c
hi! so if i started datahub with datahub docker quickstart command how to i upgrade to newer version of datahub when they release? Is there particular command that I can do it? thanks!
s
install the latest pip dependency. run nuke command to delete existing and re-run the quickstart command. This will delete the data ingested so far. But given that this is quickstart that should not matter
m
@curved-daybreak-29035: just running
datahub docker quickstart
(without running nuke) will shutdown the existing containers, download new containers and restart the containers again. You shouldn't need to delete data ingested so far.
c
@mammoth-bear-12532will it preserve the existing ingestion metadata?
m
@curved-daybreak-29035 yes
c
awesome! thank you so much! 😄
b
And if you installed Kubernetes instead of docker is it the same operation ? Thanks !