home/backupee-bundle

Adds DB Backup to Contao 4

Installs: 201

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:contao-bundle

2.1.3 2023-03-21 08:33 UTC

This package is auto-updated.

Last update: 2024-04-21 11:04:23 UTC


README

Adds automated database backups and triggered database backups/imposts to contao 4.

Installation

composer require home/backupee-bundle

Usage

The bundle uses the initializeSystem hook to check when the last backup has been taken. When the last backup is older than 24 hours it will create a new backup. It will keep 30 backups, older will be deleted. The backup location is in /files/dbBackup, so it is possible to download them from the contao backend.

  • To force a new backup call /backup/now
  • To force a new backup and download call /backup/download
  • To import a mysql dump call /import/{fileName}