Block a user
geoffholden
commented on pull request borgmatic-collective/borgmatic#1017
2025-03-06 12:33:53 +00:00
Add single quotes around the password.
I've updated the tests and did some checking with a local MariaDB instance. Escaping a # in the middle of a password with a backslash doesn't work, the single quotes are required. But, it seems…
geoffholden
commented on pull request borgmatic-collective/borgmatic#1017
2025-03-06 03:05:55 +00:00
Add single quotes around the password.
Yeah, a password with a single quote could really throw things off. I'll take a closer look and update the tests.
Add single quotes around the password.
geoffholden
created branch db_password_special_chars in geoffholden/borgmatic
2025-03-06 02:25:12 +00:00