From 00cb78c286c8d8cd013b0fd753ae987a24ba73f0 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 1 Dec 2022 20:24:52 +1100 Subject: [PATCH] Notes about backup/restore feature --- _posts/2022-12-12-0.9.0-release.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_posts/2022-12-12-0.9.0-release.md b/_posts/2022-12-12-0.9.0-release.md index 529d63b4..6cc7bbbd 100644 --- a/_posts/2022-12-12-0.9.0-release.md +++ b/_posts/2022-12-12-0.9.0-release.md @@ -19,8 +19,12 @@ You can find more information about the installer at [docs.inventree.org](https: ### Backup and Restore +Database backup and restore functionality has been improved, using the [dbbackup library](https://django-dbbackup.readthedocs.io/en/master/). A backup of database records (and uploaded media files) can be performed with a simple command line action. Backup can also be configured to occur periodically, serviced by the background worker. + ### Pricing Overhaul + + ### Barcode Refactor ### Builtin Plugins