Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
[PAYH] MySQL Database backup
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- [PAYH] MySQL Database backup
[PAYH] MySQL Database backup
07-01-2009 9:05 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Since we can't use any ODBC or the MySQL Administrator to connect to our databases on the PAYH platform, How do we best backup our databases?
Is our only option to use the Export feature in the DB WebAdmin through Plesk?
Can we automate this?
Can we schedule it?
Is our only option to use the Export feature in the DB WebAdmin through Plesk?
Can we automate this?
Can we schedule it?
Message 1 of 3
(1,080 Views)
2 REPLIES 2
Re: [PAYH] MySQL Database backup
07-01-2009 9:45 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I have used a PHP based backup solution in the past called phpMyBackupPro. If you can create cron jobs then this can be automated by running a supplied php script.
It can create backups to local files and also email it to you as an attachment. It also has a FTP mode to ftp a backup file to somewhere else. You can also include local non-mysql files to backup as well.
It can create backups to local files and also email it to you as an attachment. It also has a FTP mode to ftp a backup file to somewhere else. You can also include local non-mysql files to backup as well.
Message 2 of 3
(335 Views)
Re: [PAYH] MySQL Database backup
07-01-2009 11:22 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks Peter
Very useful bit of kit this.
I've installed it, carried out my first backup, everything seems good.
The only thing I haven't mastered is crontab. It's available in the Plesk CP but I've never used it before and don't know what the command line would be.
The phpMyBackupPro has it's own scheduler which you set up by inserting the script into one of your own pages and then telling it to run the script hourly, daily, weekly etc or even on every hit of that page. That may be something new since you last used it?
Thanks again for your very helpful tip.
Very useful bit of kit this.
I've installed it, carried out my first backup, everything seems good.
The only thing I haven't mastered is crontab. It's available in the Plesk CP but I've never used it before and don't know what the command line would be.
The phpMyBackupPro has it's own scheduler which you set up by inserting the script into one of your own pages and then telling it to run the script hourly, daily, weekly etc or even on every hit of that page. That may be something new since you last used it?
Thanks again for your very helpful tip.
Message 3 of 3
(335 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- [PAYH] MySQL Database backup