I got the database created.  I received the following error. Â
C:\xampp\htdocs\Tickets\newui>php tools/upgrade/run.php
[23:23:07] === TicketsCAD upgrade orchestrator ===
[23:23:07] Log file: C:\xampp\htdocs\Tickets\newui\tools\upgrade\upgrade-20260723-232307.log
[23:23:07]
[23:23:07] Step 1/8 — preflight
=== TicketsCAD upgrade preflight ===
 [✓] PHP version          8.2.12
 [✓] PHP extensions        all required loaded
 [✓] Database connection      MariaDB/MySQL 10.4.32-MariaDB
 [✓] DB engine version       10.4.32-MariaDB
 [✓] Legacy tables present     10 tables found
 [✓] Data volume          3 members, 1 tickets, 8 users
    → Estimated migration time: ~30 seconds
 [✓] Disk free for backup     free 616887.0MB
 [✓] RBAC v2 schema state     will be applied during upgrade
 [✓] Timezone alignment      PHP=America/Chicago, DB=-05:00
    → Mismatch is OK — RBAC stores via FROM_UNIXTIME
OVERALL: PASS — safe to proceed with the upgrade.
[23:23:07] Â done in 122ms
[23:23:07] Step 2/8 — database backup
mysqldump: Got error: 1045: "Access denied for user 'newui'@'localhost' (using password: YES)" when trying to connect
[23:23:07] Â FAILED: backup produced empty file: C:\xampp\htdocs\Tickets\newui\tools\upgrade/backups/20260723-232307.sql
[23:23:07] Â See log: C:\xampp\htdocs\Tickets\newui\tools\upgrade/upgrade-20260723-232307.log
[23:23:07] Â Rollback procedure: tools/upgrade/ROLLBACK.md
Tried with --skip-backup then got the following error
[23:24:33] Step 2/8 — backup SKIPPED (--skip-backup) — testing only
[23:24:33] Step 4/8 — install_fresh.php (column patches)
PHP Fatal error: Â Cannot redeclare step() (previously declared in C:\xampp\htdocs\Tickets\newui\tools\upgrade\run.php:38) in C:\xampp\htdocs\Tickets\newui\tools\install_fresh.php on line 47
I have confirmed the password is correct and even changed it to be sure.  I also double checked the config.php
Thanks
Chris