manually source dump libraries

This commit is contained in:
Jérémy Lecour 2024-01-15 07:35:27 +01:00 committed by Jérémy Lecour
parent 230ad8ae79
commit 86ee6406a5
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -18,7 +18,10 @@ if [[ "${TRACE-0}" == "1" ]]; then
fi
source "${LIBDIR}/utilities.sh"
source "${LIBDIR}"/dump/*.sh
source "${LIBDIR}/dump/elasticsearch.sh"
source "${LIBDIR}/dump/mysql.sh"
source "${LIBDIR}/dump/postgresql.sh"
source "${LIBDIR}/dump/misc.sh"
# Called from main, it is wrapping the local_tasks function defined in the real script
local_tasks_wrapper() {