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:
Yury Kossakovsky
2025-12-28 11:00:07 -07:00
parent 8b16b37265
commit 944844871a
12 changed files with 79 additions and 54 deletions

View File

@@ -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"