DC/OS Data Science Engine does not support in-place upgrades. In order to transition to a new version you must manually back up your data located in your jupyter_data
folder and upload it to a new instance of DC/OS Data Science Engine, running on the latest version using the following guide.
-
Navigate to the Notebook terminal from Jupyter Notebook UI and run the following command to compress the contents of your jupyter_data folder:
-
Use the Download button to download
jupyter_data.tar.gz
. -
Deploy a new instance of DC/OS Data Science Engine, specifying the upgrade version. You may need to tear down your existing DC/OS Data Science Engine instance depending on the available resources in the cluster.
-
From the new instance’s UI, select the Upload button to transfer
jupyter_data.tar.gz
to the sandbox of the new DC/OS Data Science Engine instance. -
Then run the following command to uncompress the contents of the archive to the
jupyter_data
folder: