Bug description
After upgrading the cluster with pg_upgrade, temporary Ansible-generated SSH keys, which were created during the upgrade, remain.
Expected behavior
The SSH keys must be cleaned up after the upgrade is complete, or if PostgreSQL version rolled back.
Steps to reproduce
- Do major version upgrade with pg_upgrade
- Check ~/.ssh/authorized_keys file --- keys will remain
Installation method
Command line
System info
Debian 13
Autobase from Git (bc942b0).
Additional info
No response