CloudBackupBundle icon indicating copy to clipboard operation
CloudBackupBundle copied to clipboard

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)

Results 34 CloudBackupBundle issues
Sort by recently updated
recently updated
newest added

I am trying to store mongo db backups to google drive I am not sure about adapters This is my configuration: dizda_cloud_backup: output_file_prefix: '%dizda_hostname%' timeout: 300 processor: type: zip #...

The bundle throws a deprecation warning on Symfony 3.4: ``` Auto-registration of the command "Dizda\CloudBackupBundle\Command\BackupCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service...

I'm having an issue with backups not supporting columns with utf8mb4 characters (emojis). It might work passing Doctrine config `charset` to mysqldump flag `default-character-set` but I haven't dug into it.

Add multiple mysql database, in different files. Example: database: teste1_db, teste2_db

gaufrette: service_name: - amazon_backup_filesystem # what should be here - local_backup_filesystem Please Support ,i am new in symfony

I'm new to symfony. Can anyone guide me how to configure cloud backup for amazon s3?