Update .gitignore and remove old weekly report files; enhance performance monitor script with VACUUM ANALYZE option

This commit is contained in:
2026-07-07 08:58:53 -04:00
parent 372d97885f
commit c5c5937978
8 changed files with 98 additions and 61 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
# Database connection settings
$PSQL_PATH = "C:\Program Files\PostgreSQL\18\bin\psql.exe"
$DB_USER = "jellyfin"
$DB_NAME = "jellyfin" # ← Change this to switch databases
$DB_HOST = "192.168.129.163"
$DB_PORT = "5432"
$DB_NAME = "jellyfin_test2" # ← Change this to switch databases
$DB_HOST = "192.168.129.253"
$DB_PORT = "6432"
# Export for use in other scripts
$global:PSQL_PATH = $PSQL_PATH