Migrate workspaces to another AWS account

sawya
New Contributor II

Hi everyone,

I have a Databricks workspace in an AWS account that I have to migrate to a new AWS account

Do you know how I can do it ? Or it's better to recreate a new one and move all the workbooks and if I choose to create one new how can you export workflows ? (I searched everywhere and it doesn't seem possible to export workflows jobs on a new instance)

Thank you !

shan_chandra
Databricks Employee
Databricks Employee

Prabakar
Databricks Employee
Databricks Employee

Hi @AMADOU THIOUNE​ please use the databricks migration tool to migrate notebooks across workspaces.

https://github.com/databrickslabs/migrate

Abishek
Databricks Employee
Databricks Employee

@AMADOU THIOUNE​ Can you check the below link to export the run jobs?

https://docs.databricks.com/jobs.html#export-job-runs.

Try to reuse the same job_id with the /update and /reset endpoints, it should allow you much better access to previous run results.