Download the PHP package symandy/database-backup-bundle without Composer
On this page you can find all versions of the php package symandy/database-backup-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download symandy/database-backup-bundle
More information about symandy/database-backup-bundle
Files in symandy/database-backup-bundle
Package database-backup-bundle
Short Description A Symfony Bundle to handle databases backup
License MIT
Informations about the package database-backup-bundle
DatabaseBackupBundle
DatabaseBackupBundle is a Symfony Bundle to manage your databases backup.
Installation
If Symfony Flex is not enabled yet for the bundle (A PR on
symfony/recipes-contrib will be submitted soon), add the following lines
to config/bundles.php
.
Configuration
YAML configuration
As in the previous part, if Symfony Flex is not enabled, add the following file (symandy_database_backup.yaml
)
to config/packages
directory.
Basic configuration
If the only purpose is to back up the database of the current project, use the basic configuration file.
Advanced usages
Drivers
Only the mysql
driver is currently available.
Usage
Once the backups are configured, you only have to run the following command to generate the dumped databases backup files:
It will generate one file by database in the format <backup_name>-<database>-<date_format>.sql
.
Changelog
You can see all the changes between versions here in the releases page
All versions of database-backup-bundle with dependencies
symfony/http-kernel Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/config Version ^6.0
symfony/process Version ^6.0
symfony/serializer Version ^6.0
symfony/property-access Version ^6.0
nyholm/dsn Version ^2.0