MySQL
Learn how to upload MySQL database backups to Filebase.
Last updated
Was this helpful?
Learn how to upload MySQL database backups to Filebase.
Last updated
Was this helpful?
MySQL is a popular and widely used open-source relational database management system.
Read below to learn how to upload a MySQL database backup to Filebase.
mysql_backup.sql.gz
file to Filebase.You can use a variety of tools for this, but this guide will use AWS CLI.
aws configure
This command will generate a series of prompts, asking for the Access Key ID and Secret Access Key. It will also ask for a region and an output format, though you can leave both of these fields blank by pressing enter when prompted for them.
mysql_backup.sql.gz
file file to Filebase with the command:aws --endpoint https://s3.filebase.com s3 cp mysql_backup.sql.gz s3://filebase-bucket
For more information on AWS CLI, see our full guide .