Migrating notebooks to new notebook server

215
1
03-22-2023 04:55 AM
AdrianHughes_ESRIUK
Esri Contributor
I need to migrate notebooks to a new notebook server. Ideally we want to migrate the code, include files and schedules in an automated way. Does anyone have any suggestions
0 Kudos
1 Reply
WoutervanderHulst
New Contributor II

Because I couldn't find any description from Esri about this situation I decided to follow the flow for other servers:

In short:

1) Install all NotebookServer and docker stuff on the new machine

2) Move Config from old machine to a shared location that is available for both machines

3) Join Site with new server

4) Test en docker save&load custom docker images to new server

5) Edit federation details such as admin url to new server 

6) Disable old server

7) Move config to the new server and clear shared location

Just arrived in the testing phase bus seems to be working 

0 Kudos