Update .gitignore and remove old weekly report files; enhance performance monitor script with VACUUM ANALYZE option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user