feat: DSH编排基建首版(server/tests 88用例/P2插件/8020端口/PORT-NOTE/MOBILE_APP)

This commit is contained in:
2026-09-12 14:20:02 +08:00
commit f6acd20325
128 changed files with 24471 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
rem Graceful stop: drop the stop flag so the worker loop exits,
rem then kill any leftover listener / database processes.
type nul > C:\Users\12914\Desktop\dsh\stop.flag
powershell -Command "Get-NetTCPConnection -LocalPort 8020 -State Listen -ErrorAction SilentlyContinue | Select-Object -ExpandProperty OwningProcess -Unique | ForEach-Object { Stop-Process -Id $_ -Force -ErrorAction SilentlyContinue }"
C:\Users\12914\Desktop\dsh\.pg\bin\pg_ctl.exe -D C:\Users\12914\Desktop\dsh\.pg\data stop -m fast >nul 2>&1
echo dsh-sync stopped.