Protect your Paymenter database with a powerful, secure, and extremely easy-to-use backup extension.
This extension automatically creates backups of your Paymenter database and stores them in
.sql.gz format to save storage space.Administrators can restore any previously created backup directly from the backup logs page without needing manual database commands.
This makes disaster recovery faster and easier when you need to restore your Paymenter database.
You can store backups on:
Everything can be configured directly from your Paymenter admin panel in just a few minutes.
For better security, it is recommended to use a second VPS as your remote backup server to prevent data loss if your main server fails.
━━━━━━━━━━━━━━━━━━━━
Upload the extension directly from your Paymenter admin panel:
Paymenter → Extensions → Ready to Install / Upload → Upload Extension
After installation:
Your backups will start running automatically.
━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━
Choose how often backups are created:
━━━━━━━━━━━━━━━━━━━━
Set how many days backups should be stored.
Example:
- Keep backups for 7 days
- Set to 0 to keep backups permanently
Automatically remove old backups when needed.
━━━━━━━━━━━━━━━━━━━━
Choose how the extension connects to your database:
.env configuration automatically━━━━━━━━━━━━━━━━━━━━
Store backups directly on your main server
Transfer backups to another VPS using SSH
Store backups in both locations for maximum protection
━━━━━━━━━━━━━━━━━━━━
For remote backups you can configure:
- Remote VPS IP
- SSH Port
- SSH Username
- SSH Password
- Remote Backup Path
Recommended setup:
VPS #1 → Main Paymenter Server
VPS #2 → Backup Server
━━━━━━━━━━━━━━━━━━━━
Admins can directly manage backups from the backup logs page.
━━━━━━━━━━━━━━━━━━━━
All backups are stored in:
.sql.gz
Compressed format to reduce storage usage.
━━━━━━━━━━━━━━━━━━━━
Install required dependency:
apt-get install sshpass
Required for remote VPS transfers.
