canonical / charm-juju-backup-all

Juju Backup All - a charm to perform Juju and database backups
Apache License 2.0
1 stars 5 forks source link

Fix import order for auto_backup script #46

Closed samuelallan72 closed 1 month ago

samuelallan72 commented 1 month ago

Charm-specific paths should be prepended to sys.path to ensure that these directories are searched first. If they are not searched first, then it's possible that system installed packages may be favoured over those shipped with the charm, potentially resulting in incorrect package versions being imported.

Possibly related to #35 (see the traceback including system packages)

jneo8 commented 1 month ago

re-trigger functional test