Difference between revisions of "VALT 6.6.17"

From IVS Wiki
Jump to: navigation, search
(Created page with "July 14th, 2026 '''Technical''' * Features ** Added automatic SSH key setup between Media servers and their Application server during install/reconfiguration * Fixes ** Fixe...")
 
Line 2: Line 2:
  
 
'''Technical'''
 
'''Technical'''
* Features
+
* Added automatic SSH key setup between Media servers and their Application server during install/reconfiguration
** Added automatic SSH key setup between Media servers and their Application server during install/reconfiguration
+
* Fixed issue where the Media-to-Application Wowza configuration sync could fail with a permission error or be silently skipped due to connecting with the wrong SSH user
 
+
* Fixed issue where newly installed SSH private keys were left with permissions SSH rejects, causing repeated password prompts
* Fixes
+
* Fixed issue where SSH key setup would continue after a failed key installation and report success
** Fixed issue where the Media-to-Application Wowza configuration sync could fail with a permission error or be silently skipped due to connecting with the wrong SSH user
+
* Disabled innodb_snapshot_isolation on MariaDB to prevent "record has changed since last read" errors introduced by the MySQL to MariaDB migration
** Fixed issue where newly installed SSH private keys were left with permissions SSH rejects, causing repeated password prompts
 
** Fixed issue where SSH key setup would continue after a failed key installation and report success
 
** Disabled innodb_snapshot_isolation on MariaDB to prevent "record has changed since last read" errors introduced by the MySQL to MariaDB migration
 

Revision as of 10:31, 14 July 2026

July 14th, 2026

Technical

  • Added automatic SSH key setup between Media servers and their Application server during install/reconfiguration
  • Fixed issue where the Media-to-Application Wowza configuration sync could fail with a permission error or be silently skipped due to connecting with the wrong SSH user
  • Fixed issue where newly installed SSH private keys were left with permissions SSH rejects, causing repeated password prompts
  • Fixed issue where SSH key setup would continue after a failed key installation and report success
  • Disabled innodb_snapshot_isolation on MariaDB to prevent "record has changed since last read" errors introduced by the MySQL to MariaDB migration