Calling external script on migration

We’re new to Axigen and trying to setup a custom migration script but whenever we enter anything into the “Other local application” box and hit save it doesn’t retain it. Also there’s no documentation i could find that references what it expects here? I thought it would just be a path to the binary, but not sure. Is there a pre-requisite for this field to retain the information given it?

Hello,

Yes, you should give the full path of the executable to be called.

Checking your report I think this is a WebAdmin bug so please confirm if, in fact, the migrationCommand from doman-migrationdata context is actually set as you make the change from WebAdmin.

For this, assuming you have set an external application to be called when migrating users for domain.tld, let’s connect to CLI and execute the following commands:

config domain name domain.tld
config migrationdata
show

You should see the changes you’ve made in WebAdmin, like:

migrationCommand = "/opt/axigen/bin/scripts/sh {ACCOUNT_EMAIL} {ACCOUNT_PASSWORD}"

Please confirm if you managed to see the saved configuration from WebAdmin or in your case is not working.

BR,
Ioan