Skip to content
Konrad Jeleń edited this page Jun 17, 2024 · 1 revision

Welcome to the stellars-jupyterlab-ds wiki!

2024-06-15 - changes to the volumes structure

  • Major change to the volumes layout in the project, changed home volume to mount under /home instead of the previous /home/lab
  • Major change to the workspace layout in the project, changed workspace volume mount point to /home/lab/workspace from /mnt/workspace

Migration instructions for new volumes structure

  1. create new volume in the docker-compose.yml with the name new-home
  2. create temporary directory /mnt/home and mount new-home volume
  3. start the platform
  4. remove symlink /home/lab/workspace, it will be replace with a mountpoint
  5. copy contents of the /home to /mnt/home
  6. shut down platform
  7. delete home volume
  8. clone new-home to home volume
  9. delete new-home volume and remove from docker-compose.yml
  10. start the platform
Clone this wiki locally