model fix, backup testbackup test

This commit is contained in:
Ralph Soika 2026-08-18 11:48:12 +02:00
parent 8afb45271f
commit 44df91da9d
4 changed files with 3772 additions and 0 deletions

1
.gitignore vendored
View file

@ -13,6 +13,7 @@ target/
.metadata/ .metadata/
.project .project
.classpath .classpath
.env
# ignore docker deployments # ignore docker deployments
docker/deployments/ docker/deployments/

5
backup-test/README.md Normal file
View file

@ -0,0 +1,5 @@
# AGL - Local Backup Service
Run service with
$ docker compose up

View file

@ -0,0 +1,22 @@
version: "3.6"
services:
###############################################
# Backup Service
###############################################
backup:
image: imixs/imixs-archive-backup:latest
environment:
TZ: "Europe/Berlin"
WORKFLOW_SERVICE_ENDPOINT: "https://alexander-logistics-ams.office-workflow.de/api/"
WORKFLOW_SERVICE_USER: "kutzner-backup-service"
WORKFLOW_SERVICE_PASSWORD: "16e-7ede-4c1c-bdeb-e16ce"
WORKFLOW_SERVICE_AUTHMETHOD: "form"
BACKUP_FTP_HOST: "u248962.your-storagebox.de"
BACKUP_FTP_PATH: "/test/agl/ams-test"
BACKUP_FTP_PORT: "21"
BACKUP_FTP_USER: "u248962"
BACKUP_FTP_PASSWORD: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
BACKUP_MIRROR_ID: "backup-mirror-local"
WORKFLOW_REST_JPQL_DOUBLEDECODE_WORKAROUND: "true"
ports:
- "8084:8080"

File diff suppressed because it is too large Load diff