Problema al cargar Querandies

Hola, gracias por la respuesta.

Funcionó pero solo ejecutando manualmente:

sudo /usr/bin/gpg --batch --yes --passphrase "ParaElWichi620" --output "/tmp/querandies/6r1ee90ugeacm/paquete.zip" --decrypt "/tmp/querandies/6r1ee90ugeacm/temp_extraccion_wichi.gpg"

en ese momento me vuelve a consultar la passphrase. Luego vuelvo a ejecutar el etl y funciona correctamente, pero en la siguiente importación vuelve a fallar.

Leyendo la documentación de GnuPG en:

veo que el problema puede estar relacionado a la opción passphrase, cito:

--passphrase-file file Read the passphrase from file file. Only the first line will be read from file file. This can only be used if only one passphrase is supplied. Obviously, a passphrase stored in a file is of questionable security if other users can read this file. Don’t use this option if you can avoid it.

Note that since Version 2.0 this passphrase is only used if the option --batch has also been given. Since Version 2.1 the --pinentry-mode also needs to be set to loopback.

Como mi versión de GnuPG es 2.1.18, debo agregar la opción --pinentry-mode loopback al comando gpg y entonces el mismo se ejecuta sin que me vuelva a consultar la passphrase.

Conclusión: como yo lo veo habría que agregar la opción --pinentry-mode loopback al etl o bien tendría que instalar una versión anterior de GnuPG.

¿Cuál será la mejor solución?

Gracias, saludos.