deploy_aitvaras.sh: rsync transferiert alle Dateien bei jedem Deployment #82
Labels
No labels
apache
api
api-contract
api-gateway
authentication
automation
breaking-change
comments
component/deployment
component/documentation
component/service-management
configuration
contact-form
coordination/cross-repo
coordination/needed
core
deployment
development
development-ready
digital-sovereignty
distribution
effort
large
effort
medium
effort
small
enhancement
frontend
furt-service
furt/gateway
furt/installation
gateway
gateway-integration
generator
gitea-testing
health-check
help-wanted
hugo
hugo-integration
infrastructure
installation
logging
low-tech
mail
meta
meta/duplicate
meta/planning
meta/wontfix
monitoring
observability
openapi
organization
packaging
performance
planning
platform/linux
priority
high
priority
low
priority
medium
production
question
sagjan
security
service
service-analytics
service-development
service-formular2mail
service-newsletter
service-request
service-sagjan
session
blocker
session
handover
session
next
shortcode
specs
ssl
status
blocked
status
done
status
in-progress
status
review
status
to-go
systemd
testing
tooling
type
admin
type
bug
type
config
type
deployment
type
docs
type
enhancement
type
feature
type
handover
type
infrastructure
type
installation
type
maintenance
type
migration
type/refactor
type
research
type
security
type/testing
v0.1.0
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DAW/furt#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Das deploy_aitvaras.sh Script löscht das Zielverzeichnis vor dem rsync und erstellt es neu, wodurch rsync bei jedem Deployment alle Dateien übertragen muss, anstatt nur die geänderten.
Aktueller (ineffizienter) Code
Resultat: Bei jedem Deployment werden ~13KB übertragen (alle Dateien), obwohl nur wenige Dateien geändert wurden.
Vorgeschlagene Lösung
Statt Verzeichnis zu löschen, temporär Berechtigungen ändern:
Erwartete Verbesserung
Files Involved
scripts/deploy/deploy_aitvaras.sh-sync_files()functionPriority
Medium - Funktionalität ist korrekt, aber Effizienz-Verbesserung für häufige Deployments.
deployment wird anders gelöst. Das issue ist überflüssig.