...
The simplest migration involves running:
| Code Block | ||
|---|---|---|
| ||
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 | ||
|---|---|---|
| ||
ecflow_client --load migrate.def # run on new server |
...