fix: add success/progress messages to pre-update backup #192

Open
jmiller wants to merge 2 commits from fix/preupdate-backup-messages into main
Owner

Summary

  • Adds an info message ("in progress…") before the pre-update backup runs
  • Adds a success message ("completed successfully") when it finishes
  • Previously only failure was communicated to the admin

Test plan

  • Enable "Backup before update" in component settings
  • Update any extension
  • Verify green success message appears after backup completes
  • Verify warning message still appears on failure
## Summary - Adds an info message ("in progress…") before the pre-update backup runs - Adds a success message ("completed successfully") when it finishes - Previously only failure was communicated to the admin ## Test plan - [ ] Enable "Backup before update" in component settings - [ ] Update any extension - [ ] Verify green success message appears after backup completes - [ ] Verify warning message still appears on failure
jmiller added 2 commits 2026-06-29 16:19:37 +00:00
fix: add success/progress messages to pre-update backup
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 27s
d1833bf06a
Previously the pre-update backup only showed a message on failure.
Now shows an info message that the backup is in progress and a
success message when it completes.

Claude-Session: https://claude.ai/code/session_01MbEjBtsSjPuTWhqqrMS2wG
This pull request has changes conflicting with the target branch.
  • SECURITY.md
  • source/packages/MokoSuiteClient
  • source/packages/com_mokosuitebackup/mokosuitebackup.xml
  • source/packages/mod_mokosuitebackup_cpanel/mod_mokosuitebackup_cpanel.xml
  • source/packages/plg_actionlog_mokosuitebackup/mokosuitebackup.xml
  • source/packages/plg_console_mokosuitebackup/mokosuitebackup.xml
  • source/packages/plg_content_mokosuitebackup/mokosuitebackup.xml
  • source/packages/plg_quickicon_mokosuitebackup/mokosuitebackup.xml
  • source/packages/plg_system_mokosuitebackup/mokosuitebackup.xml
  • source/packages/plg_task_mokosuitebackup/mokosuitebackup.xml
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/preupdate-backup-messages:fix/preupdate-backup-messages
git checkout fix/preupdate-backup-messages
Sign in to join this conversation.