Percona-Lab/mongodb_consistent_backup

process

obissick opened this issue · 3 comments

Why is mongodb_consistent_backup user running polkitd process on a server i didnt install it on? This server is not even a MongoDB server.

@dbmurphy is correct, this tool only spawns Python and/or "mongodump" processes/threads. You can confirm this also by reading the python source code.

If polkitd is running as the same user as the 'mongodb_consistent_backup' user this could be due to duplicated numeric user ids or it was started before a change to /etc/passwd.

Closing due to no reply.