How to Provide Beta Feedback - Complete Guide
Question: How do I report beta issues?
Answer: Feedback channels
How to Report Bugs
Step 1: Gather Information
# System info
pvesh get /version
# Logs
journalctl -xe > /tmp/pve-debug.logStep 2: Report to Proxmox
- Forum: forum.proxmox.com
- Bugtracker: bugzilla.proxmox.com
- Include: logs, configs, steps to reproduce
How to Test Beta Safely
Step 1: Use Test Environment
# Clone production VM
qm clone 100 998 --name "test-clone"
# Test new feature
qm set 998 --beta-feature 1How to Share Feedback
Step 1: Document Well
- Issue description
- Steps to reproduce
- Expected vs actual
- Workarounds found
Keywords
feedback beta-testing how-to bugs