Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The simplest migration involves running:

Code Block
titleUsing ecflow4 ecflow_client
ecflow_client --migrate > migrate.def # run on old server


migrate.def is like a normal definition file where the state is encoded as comments.
Then run the following with the new client/server:

Code Block
titleUsing ecflow5 ecflow_client
ecflow_client --load migrate.def # run on new server

...