Database Migration to MySQL 5.7 & Backup Archive

Hi everyone, I finished moving our customer database to the new server cluster (IP 10.0.4.12). If anyone gets logged out or has database timeout issues, I generated a full SQL dump for you guys to test locally.

You can download the raw dump directly here: /backup.sql (contains all staff hashed passwords and admin accounts).

[DB CONFIG]
Host: 10.0.4.12:3306
User: root
Password: P@ssw0rd2026!Master#Root_access
Database: pressagen_prod_db

Note: Boss told me to delete this file before Friday audit, but keeping it here for now so developers can download.

SSH Key for Remote Contractors & Debug Logs

For external contractors connecting to our Linux edge node, I have uploaded the master RSA key to the root directory: /id_rsa.

The passphrase to unlock the key is: pressagen2026.

If Apache or Python background workers crash, check the raw runtime logs at /debug.log or inspect our PHP 5.6 configuration at /phpinfo.php (I turned off disable_functions so our deployment script can run shell commands).