Remove Firefly and Semaphore from homelab

This commit is contained in:
2026-04-15 10:24:42 +02:00
parent 8b8e96e32f
commit 4eea231d24
15 changed files with 1 additions and 232 deletions
-4
View File
@@ -142,7 +142,6 @@ main() {
dump_pg_globals "postgresql17" "$shared_pg_password" "$SHARED_PG_ADMIN_USER" "$LATEST_DIR/postgresql17-globals.sql"
dump_pg_db "postgresql17" "$shared_pg_password" "$SHARED_PG_ADMIN_USER" "mailarchiver" "$LATEST_DIR/postgresql17-mailarchiver.dump"
dump_pg_db "postgresql17" "$shared_pg_password" "$SHARED_PG_ADMIN_USER" "paperless" "$LATEST_DIR/postgresql17-paperless.dump"
dump_optional_pg_db "postgresql17" "$shared_pg_password" "$SHARED_PG_ADMIN_USER" "semaphore" "$LATEST_DIR/postgresql17-semaphore.dump"
dump_optional_pg_db "postgresql17" "$shared_pg_password" "$SHARED_PG_ADMIN_USER" "authelia" "$LATEST_DIR/postgresql17-authelia.dump"
else
warn "Skipping shared PostgreSQL dumps because container 'postgresql17' is missing"
@@ -163,9 +162,6 @@ main() {
warn "Skipping missing container: immich_postgres"
fi
# MariaDB / MySQL
dump_mysql_container "firefly-db" "$LATEST_DIR/firefly.sql"
# MongoDB
dump_mongo_container "komodo-mongo" "$LATEST_DIR/komodo-mongo.archive.gz"