Mark Bakhit

Results 360 comments of Mark Bakhit

The `DBBACKUP_FILENAME_TEMPLATE` setting is for the file name, not the output path. In order to specify output path, that must be done when using the `manage.py dbbackup -O "/my/path"` option....

This might be good to document. Would you like to PR a note to this effect?

Yep, you're right. The existing documentation is solid.

Yup. How about a PR that adds a system check for this?

Since this ticket has very low complexity, going to use this to test whether the new "GitHub AI Agent" feature can automagically complete this.

It overall did pretty well. The copilot agent only made one significant mistake - it accidentally committed the compiled docs to the PR branch. All other "manually interventions" on that...

I'm a bit uninformed here, but do you believe `if exists` should be the default behavior? Also this can be merged after you create a simple unit test.

Okay, I'm going to assume that you're saying having `if_exists` defaulting to `False` is the best choice.

Tests are broken, will need to be fixed.

@DmytroLitvinov Can you remerge with his branch?