SMS, R82 T39, no extra/custom configuration.
We're automating processes at one of our clients and one of these is a weekly export of the SMS for DR/archive purposes.
To remove the drudgery of managing local scripts, we use REST as much as possible to properly manage execution states and the like from an orchestration platform.
We've tried the export-management API endpoint and ran into the following issues:
- After a while, the API would fail and all management processes would stop, we had to restart the SMS
- It would stay at 98% for hours while a manual migrate_server would take a few minutes. We had to manually stop the task
The export is done in the same version, disk space and so on have been checked (manually, everything works anyway).
api.elg and api.csv and other checks don't show anything special.
So for now, we're back running migrate_server non-interactively and rsync the export via a local job.
I know an answer would be to go through TAC but we don't really have the time and as running the API can have an impact on the production SMS, we'd rather check if this API works in general with the community, in which case we might run in a local specificity.