diff --git a/resources/backups/keycloak_export/export_keycloak.sh b/resources/backups/keycloak_export/export_keycloak.sh index f2d26e77..f678798a 100755 --- a/resources/backups/keycloak_export/export_keycloak.sh +++ b/resources/backups/keycloak_export/export_keycloak.sh @@ -55,6 +55,11 @@ fi if [ "${WEBAPP_ENV}" == "prod" ] then + set -o allexport + extension=env_ + source $ROOT/.$extension$WEBAPP_ENV + set +o allexport + dump_path=$SCRIPTPATH/prod mkdir -p $dump_path dump_name=production-dump-$DATE.sql