Dump methods
There are several different dump methods available:
AWS S3: Downloads the backup from a provided S3 bucket.
Manual: This method requires the administrator to create backups. In this case, you need to specify the path to the newly created backup. Follow the link to get more information: Manual Method
SFTP: Allows the download of a backup from a remote server using SFTP.
Mysqldump: Utilizes the default mysqldump command to create a backup of a MySQL database. Follow the link to get more information.
pgdump: Uses the default pgdump command to create a backup of a PostgreSQL database. Follow the link to get more information
SSH Dump: Creates a dump over an SSH tunnel. It utilizes mysqldump and pgdump on another server.
Additionally, you have the flexibility to create your custom dump method as a Symfony Bundle. Please reach out to us for more information.
Feel free to contact us if you have any questions or need further assistance.
Last updated