mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-05-02 12:36:43 +00:00
refactor: rename postgresus to databasus
rebrand backup service following upstream project rename. updates docker image to databasus/databasus:latest, adds healthcheck, and includes cleanup function for migration from old container name.
This commit is contained in:
@@ -70,8 +70,9 @@ bash "$SCRIPT_DIR/05_configure_services.sh" || {
|
||||
}
|
||||
log_success "Service configuration completed."
|
||||
|
||||
# Clean up legacy n8n worker containers from old naming convention
|
||||
# Clean up legacy containers from old naming conventions
|
||||
cleanup_legacy_n8n_workers
|
||||
cleanup_legacy_postgresus
|
||||
|
||||
# Pull latest versions of selected containers based on updated .env
|
||||
set_telemetry_stage "update_docker_pull"
|
||||
|
||||
Reference in New Issue
Block a user