Effortlessly back up your MySQL database with our Apify actor. It securely connects to your database, generates full SQL backups, and stores them on Google Drive, FTP servers, or Apify Key-Value Store. Ensure data safety with seamless storage and sharing options tailored to your needs.
Easily back up your MySQL database with this Apify actor. It securely connects to your database, performs a full backup, and saves the output in SQL format. This actor supports multiple storage and sharing options, including Apify Key-Value Store, Google Drive, and FTP servers, ensuring your data is safe and accessible.
This actor:
The following input parameters are required to configure the actor:
host
(required):
string
user
(required):
string
password
(required):
string
database
(required):
string
port
(optional):
integer
3306
.3306
email
(optional):
string
keyValueStorage
(optional):
string
driveFolderId
(optional):
string
backup-mysql-database-apify@generative-ai-model.iam.gserviceaccount.com
and assign editor permissions.ftphost
(optional):
string
ftpuser
(optional):
string
ftppassword
(optional):
string
ftpport
(optional):
integer
21
.ftpsecure
(optional):
boolean
false
.Connects to the Database:
Queries Tables:
SHOW TABLES
command.Performs Backup:
INSERT
statements.Saves Backup:
Shares Backup:
Key-Value Store Integration:
Closes Connection:
Prepare your input JSON as follows:
1{ 2 "host": "example.mysql.com", 3 "user": "admin", 4 "password": "securepassword", 5 "database": "example_db", 6 "port": 3306, 7 "email": "backup@example.com", 8 "keyValueStorage": "MyKeyValueStore", 9 "driveFolderId": "1x2y3zExampleFolderID", 10 "ftphost": "ftp.example.com", 11 "ftpuser": "ftp_user", 12 "ftppassword": "ftp_password", 13 "ftpport": 21, 14 "ftpsecure": true 15}
What happens if the backup fails?
Can I back up multiple databases?
How do I share Google Drive folders?
backup-mysql-database-apify@generative-ai-model.iam.gserviceaccount.com
and assign editor permissions.For support or inquiries, contact the developer at: worldunboxer1@gmail.com
.
This actor does not guarantee error-free backups. It is the user's responsibility to verify the integrity and completeness of the backups. Ensure proper configurations and permissions are in place before running the actor.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!