Commit Graph

4 Commits

Author SHA1 Message Date
devmatrix 5bd1bff77e Update VM ID from 201 to 202
- 200: compute-node-01
- 201: production servers
- 202: DevMatrix-Prod (NEW)
- 300-302: development VMs
2026-02-18 13:29:44 +00:00
devmatrix 23af7c3c88 Fix backup paths to use /mnt/truenas instead of /mnt/nas 2026-02-18 13:27:24 +00:00
devmatrix fc4d6c3204 Update production scripts with optimized settings
- VM creation: Updated for vmbr1 network and pve-main NVMe storage
- VM specs: 6 CPU cores, 16GB RAM, 150GB disk
- Added NUMA optimization for dual-socket Xeon
- Backup manager: Updated backup path to TrueNAS mount
- Added validation checks for storage and network
- Added TRIM support for SSD optimization
2026-02-18 13:25:20 +00:00
devmatrix f037b852f5 Add production infrastructure scripts
- deploy-production.sh: Zero-downtime deployment with health checks
- health-monitor.sh: Automated health monitoring with auto-restart
- backup-manager.sh: Database and config backup management
- ecosystem.config.js: PM2 process configuration
- create-production-vm.sh: Proxmox VM creation automation
- setup-production-vm.sh: Production VM configuration
- README.md: Documentation for all infrastructure scripts

All scripts are production-ready with error handling,
logging, and notification support.
2026-02-18 13:19:49 +00:00