Data migration Help

Hello, is there a way to migrate files between two different jupyterhubs ? apart from manually downloading and uploading the files. Any help is appreciated :slight_smile:

Are you referring to migrating user files? They’ll be on whatever storage you’ve provisioned on the underlying system (e.g. home directories, kubernetes volumes, etc). If you’re a system administrator you can copy the files using your system utilities, but if you’re not sure then downloading and uploading is probably safest! To make it easier you could zip up the files in a Jupyter terminal so you only have to download one file.

2 Likes

yea thanks for that, downloading .gz files and then unzipping them in the new server was the best idea i found, since i didnt have admin rights.