Block a user
Fix database dumps hooks not respecting working_directory
Sorry for the delay! Let me know if I did not implement the unit tests correctly.
Use shell to execute mysqldump command to allow stdout-redirect dump
+1 on this issue. Also applies to the mariadb dumps. Oddly, the sqlite, mongodb and postgres hooks use shell=True and (sometimes) pipes.
Another potential solution is to capture the stdout…
Fix database dumps hooks not respecting working_directory
Database dumps do not respect working_directory value