Back to Support Portal
SUPPORT WORKBOOK

Support Knowledge Base

Read instructions on configuration run sheets and module setup details.

The Mindron Support Knowledge Base hosts technical run-sheets for system administrators, devops teams, and local IT staff who manage self-hosted or private cloud instances of Mindron ERP.

1. Configuring Automated Database Backups

Mindron stores transactional ledgers in highly secure SQL blocks. To configure daily automated database dumps to your secure local storage or S3 bucket, configure the backup scheduler file:

// backup-config.json
{
  "backup_frequency": "daily",
  "execution_time_utc": "01:30",
  "compression_level": "gzip_high",
  "target_destination": "s3://secure-vault-backups/mindron-erp/",
  "retention_days": 90,
  "encrypt_payload": true
}

2. Executing Server Migrations

To migrate Mindron ERP services from staging to a new active GPU hardware server, perform these sequence steps:

  • Export current database files via Console > Maintenance > Export Database.
  • Spin up a clean Docker container on the target GPU server.
  • Restore the database file and point the environment variables config to the local database.
  • Execute the system network connectivity test command to confirm ports configuration is open.

3. Applying Security Patches

Mindron releases weekly security updates. Local instances can run self-update cycles using terminal triggers to fetch and apply patches automatically.