I intend to install aws cli (apt-get install python-pip & pip install awscli) on my nodes in order to sync backups to S3.
It works fine on my test nodes but I'm concerned that the large number of python dependencies that get installed with python-pip might somehow cause unexpected problems with Proxmox itself at some point in the future.
Can I kindly ask if others have already done this with no issues? It would help me feel a little better.
As a new Proxmox user, and normally an adherent to keeping nodes clean of anything that isn't absolutely necessary, I would really appreciate knowing at least one other person has done it with no unexpected consequences.
I have considered using a Container to run it in rather than run it on the node itself, but exposing the dump directory to a Container, if it is even possible, doesn't appeal to me. Maybe I'm being too cautious?
It works fine on my test nodes but I'm concerned that the large number of python dependencies that get installed with python-pip might somehow cause unexpected problems with Proxmox itself at some point in the future.
Can I kindly ask if others have already done this with no issues? It would help me feel a little better.
As a new Proxmox user, and normally an adherent to keeping nodes clean of anything that isn't absolutely necessary, I would really appreciate knowing at least one other person has done it with no unexpected consequences.
I have considered using a Container to run it in rather than run it on the node itself, but exposing the dump directory to a Container, if it is even possible, doesn't appeal to me. Maybe I'm being too cautious?