Skip to content

`getbackup` now also works when `backup` isn't set

Choose a tag to compare

@mherrmann mherrmann released this 30 May 08:06
· 53 commits to main since this release
47cdd79

The getbackup command downloads db.sqlite3 from the server. This is very useful for getting the remote database state into your local Django app. Previously, the command only worked when backup was configured. Now, it also works when it isn't.