Pulse/frontend-modern/src/components/Settings
rcourtman b577a3d464 Fix incorrect upgrade instructions for systemd/bare metal installs
The Settings page was telling systemd/bare metal users to run install.sh
for upgrades, which is wrong - install.sh is for fresh installations only
and does nothing if Pulse is already installed.

Changes:
- Updated upgrade instructions to mention built-in "Install Update" button
- Added correct manual upgrade steps (download tarball, stop service, extract, start)
- Removed misleading "run install.sh" instruction

This fixes a critical UX issue where users would run install.sh and think
nothing happened, when they should either:
1. Use the built-in automatic update feature (Install Update button)
2. Manually download and extract the new binary

Related files:
- frontend-modern/src/components/Settings/Settings.tsx:4052-4072
2025-11-15 13:39:12 +00:00
..
__tests__ Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
APITokenManager.tsx Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
ChangePasswordModal.tsx Fix config backup/restore by enforcing 12-char minimum password (related to #646) 2025-11-07 22:51:55 +00:00
ConfiguredNodeTables.tsx Change 'SSH Fallback' to 'Proxy (SSH)' in Capabilities column 2025-11-15 10:50:48 +00:00
DockerAgents.tsx Add custom display name support for Docker hosts 2025-11-05 23:18:03 +00:00
HostAgents.tsx Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
NodeModal.tsx Improve auth timeout handling (related to #705) 2025-11-12 21:50:53 +00:00
OIDCPanel.tsx Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
QuickSecuritySetup.tsx Fix config backup/restore by enforcing 12-char minimum password (related to #646) 2025-11-07 22:51:55 +00:00
SecurityPostureSummary.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Settings.tsx Fix incorrect upgrade instructions for systemd/bare metal installs 2025-11-15 13:39:12 +00:00
SettingsSectionNav.tsx Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00