Automated Database Backup & System Restore Operations

Protect your business transactions and financial history against hardware failure.


1. Creating an Instant Backup

  1. Navigate to Settings > Backup.
  2. Click Create Backup.
  3. Oasis POS dumps the complete database and packages it into a downloadable .zip or .sql archive.
  4. Download the backup file and store it safely on an external USB drive or cloud drive.

2. Automated Scheduled Backups (Cron Job)

Configure a daily cron job on your server to automatically backup every night at 2:00 AM:

0 2 * * * cd /path/to/oasis-pos && php artisan backup:run >> /dev/null 2>&1