Hi, I use helm to deploy DataHub, so far I used th...
# all-things-deployment
c
Hi, I use helm to deploy DataHub, so far I used the internal mysql which is installed by helm prerequisite, now I want to use the external mysql - how to do this without data loss? any help?
i
Hello Lambert, You will have to export the tables from the MySQL DB and import them into external MySQL instance. Using something sql_dump tool should help you do that
c
ok. thanks, I will try that
I used SQL dump and imported the data to the external server, but I see the data under
Govern
are missing - and idea what I am missing?
i
After migrating the sql db you may need to run the restore indicies job from datahub-upgrade subchart