Added a patch to ensure the --extra option is also taken into account in the sql-dump command. This als ensures that the below drush.yml functions as described in the docs. ``` command: sql: dump: options: extra: '--skip-ssl' ``` [sqldump.patch](https://github.com/user-attachments/files/25124784/sqldump.patch)