When upgrading (adding) the system image, the installer prompts the user to copy configuration and SSH host keys to the new image - but bash history is not preserved. It is silently lost, forcing operators to start with an empty history after every upgrade.
vyos@vyos1:~$ add system image 2026.06.22-1616-integration.iso ... An active configuration was found. Would you like to copy it to the new image? [Y/n] Copying configuration directory Would you like to copy SSH host keys? [Y/n] Copying SSH host keys Copying system image files ...
Solution: extend the image upgrade script to detect and migrate the history file from the currently running image to the newly installed one.
vyos@vyos1:~$ add system image 2026.06.22-1616-integration.iso ... Would you like to copy bash history? [y/N] ... Copying bash history ...