Cannot really find anywhere discussed which version of Python is the default one used by MiaB.
Just installed a new box on a vanilla Ubuntu 18.04.4 machine and it looks like the Python used is v2.7.x. Few related questions…
As long as you install a clean Ubuntu server edition 18.04 LTS release, you will be good to go. Keep in mind that some providers have flawed images. But as long as their image is current and good. You’re golden.
Am actually interested in understanding exactly which version of Python is supposed to be used for few reasons:
Python 2.7 is End-Of-Life as of Jan 01, 2020;
the version of Boto currently used for S3 backups looks outdated and it looks like it does not correctly support third-party providers (tried both self-hosted MinIO and DigitalOcean Spaces)
Am happy to go ahead, debug it and eventually fix it (and submit a PR), but was just wondering what to expect as Python version(s) used throughout the project.
Sadly, my expertise is in the front end so I can’t really say. But I know it is Python 3-something … I think. Have you looked at the Github repository?