Hi guys, I have 2 simple questions: I installed da...
# all-things-deployment
s
Hi guys, I have 2 simple questions: I installed datahub following the quickstart guid, I ingested my metadata and everything is fine, now I want to deploy datahub to be used in production on a remote server. I plan to use AWS or GCP for this. My first question is : to do this deployment, do I need to clone the project locally? My 2nd question is : when I finish the deployment and I access the datahub to use it, do I find all my data and configurations that I made before the deployment? Thanks for the help
e
First q: No need to fork anything! Second q: not sure what you are referring to your data and configs. Are you talking about the things you ingested in your local env?
s
@early-lamp-41924 thank you for your response, yes I am talking about the metadata that I ingest with datahub cli in my local env, after deployment in AWS for example will I still have my metadata or the deployed datahub will be completely empty?
e
The two doesn’t share anything in between. You will have to rerun ingestion
We don’t have documentation for this, but one thing you could do is take a mysql dump of your local mysql db and push it into the AWS RDS mysql db
and then follow https://datahubproject.io/docs/how/restore-indices/#kubernetes to reconstruct search and graph indices!
s
Thank you