diff --git a/auto_database_backup/doc/RELEASE_NOTES.md b/auto_database_backup/doc/RELEASE_NOTES.md index 8284f55eb..08d76906c 100644 --- a/auto_database_backup/doc/RELEASE_NOTES.md +++ b/auto_database_backup/doc/RELEASE_NOTES.md @@ -5,3 +5,11 @@ #### ADD - Initial commit for auto_database_backup + +## Module + +#### 31.10.2022 +#### Version 17.0.2.0.1 +#### UPDT + +- - Updated the database name check function which got access denied when list_db=False. \ No newline at end of file diff --git a/auto_database_backup/models/db_backup_configure.py b/auto_database_backup/models/db_backup_configure.py index 8c93cb2a1..0b614eb14 100644 --- a/auto_database_backup/models/db_backup_configure.py +++ b/auto_database_backup/models/db_backup_configure.py @@ -538,7 +538,7 @@ class DbBackupConfigure(models.Model): @api.constrains('db_name') def _check_db_credentials(self): """Validate entered database name and master password""" - database_list = db.list_dbs() + database_list = db.list_dbs(force=True) if self.db_name not in database_list: raise ValidationError(_("Invalid Database Name!")) try: diff --git a/auto_database_backup/static/description/assets/modules/1.gif b/auto_database_backup/static/description/assets/modules/1.gif new file mode 100644 index 000000000..ae3a880a2 Binary files /dev/null and b/auto_database_backup/static/description/assets/modules/1.gif differ diff --git a/auto_database_backup/static/description/assets/modules/1.png b/auto_database_backup/static/description/assets/modules/1.png deleted file mode 100644 index ba1058c42..000000000 Binary files a/auto_database_backup/static/description/assets/modules/1.png and /dev/null differ diff --git a/auto_database_backup/static/description/assets/modules/2.jpg b/auto_database_backup/static/description/assets/modules/2.jpg new file mode 100644 index 000000000..a1dc39c89 Binary files /dev/null and b/auto_database_backup/static/description/assets/modules/2.jpg differ diff --git a/auto_database_backup/static/description/assets/modules/2.png b/auto_database_backup/static/description/assets/modules/2.png deleted file mode 100644 index 6949185dd..000000000 Binary files a/auto_database_backup/static/description/assets/modules/2.png and /dev/null differ diff --git a/auto_database_backup/static/description/assets/modules/3.png b/auto_database_backup/static/description/assets/modules/3.png index 4e506f79b..8513873ea 100644 Binary files a/auto_database_backup/static/description/assets/modules/3.png and b/auto_database_backup/static/description/assets/modules/3.png differ diff --git a/auto_database_backup/static/description/assets/modules/4.png b/auto_database_backup/static/description/assets/modules/4.png index e78427938..3bedf7981 100644 Binary files a/auto_database_backup/static/description/assets/modules/4.png and b/auto_database_backup/static/description/assets/modules/4.png differ diff --git a/auto_database_backup/static/description/assets/modules/5.png b/auto_database_backup/static/description/assets/modules/5.png old mode 100755 new mode 100644 index 272ec20f9..0e311ca87 Binary files a/auto_database_backup/static/description/assets/modules/5.png and b/auto_database_backup/static/description/assets/modules/5.png differ diff --git a/auto_database_backup/static/description/assets/modules/6.jpg b/auto_database_backup/static/description/assets/modules/6.jpg new file mode 100644 index 000000000..67c7f7062 Binary files /dev/null and b/auto_database_backup/static/description/assets/modules/6.jpg differ diff --git a/auto_database_backup/static/description/assets/modules/6.png b/auto_database_backup/static/description/assets/modules/6.png deleted file mode 100644 index 7d5c3154f..000000000 Binary files a/auto_database_backup/static/description/assets/modules/6.png and /dev/null differ diff --git a/auto_database_backup/static/description/index.html b/auto_database_backup/static/description/index.html index 3d4e93bc3..e85e353d4 100644 --- a/auto_database_backup/static/description/index.html +++ b/auto_database_backup/static/description/index.html @@ -746,65 +746,71 @@ -
-
-
    -
  • +
    +
    +
      +
    • Generate Database Backups on regular intervals. -
    • -
    • + width="16px">Generate + Database Backups on regular intervals. +
    • +
    • Notify user on success and failure of backup generation. -
    • -
    • + width="16px">Notify user on + success and failure of backup generation. +
    • +
    • Automatically remove old backups. -
    • -
    • + width="16px">Automatically + remove old backups. +
    • +
    • Store Backup to Different Locations. -
        -
      • Store to Remote Servers, Nextcloud, Amazon S3, Google Drive, Dropbox, Onedrive. -
      • -
      -
    • -
    -
    + width="16px">Store Backup to + Different Locations. +
      +
    • Store to Remote Servers, Nextcloud, + Amazon S3, Google Drive, Dropbox, + Onedrive. +
    • +
    +
  • +
-
-
-
-
Version +
+
+
+
+
Version 17.0.1.0.0|Released on: 6th November 2023 -
-

- Initial Commit for Automatic Database - Backup To Local Server, Remote Server, - Google Drive, Dropbox, Onedrive, Nextcloud - and Amazon S3.

+ class="px-2">|Released on: 6th November 2023
+

+ Initial Commit for Automatic Database + Backup To Local Server, Remote Server, + Google Drive, Dropbox, Onedrive, Nextcloud + and Amazon S3.

+