EMCECS / ecs-sync

ecs-sync is a bulk copy utility that can move data between various systems in parallel
Apache License 2.0
60 stars 22 forks source link

ecssync not in sudoers list - copy exported mysql select into outfile not possible #72

Closed holgerjakob closed 3 years ago

holgerjakob commented 3 years ago

Hi all

We have the need to not only run the ecs sync job once but a second time to copy the data to a dr ECS system that is independent of the replicated production clusters. The idea was to scp a select souce_id from ... into outfile to a second ecs sync instance and to run the job based on the cliplist. This avoids having to query the Centera again and also that we only need to validate one list with the application database.

the scp of the outfile which is lying under the mysql structure is not possible and the message is that ecssync is not in the sudoers list.

Any idea how to fix this?

Thanks a lot, Holger

holgerjakob commented 3 years ago

Apparently the customer after deploying the ova thought it would be a great idea to change the system configuration. Apparently it was not :-)