Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
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
- :
- Database Backup
Database Backup
12-05-2014 10:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi,
I have a little site running on my plusnet cgi space. I would like to run a nightly database backup of the database.
Can anyone advise the best way to achieve this? script, cron job? how would I set these up?
Thanks for any help
Chris
I have a little site running on my plusnet cgi space. I would like to run a nightly database backup of the database.
Can anyone advise the best way to achieve this? script, cron job? how would I set these up?
Thanks for any help
Chris
Message 1 of 4
(1,648 Views)
3 REPLIES 3
Re: Database Backup
19-05-2014 6:20 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You don't have access to cron so that's out of the window I'm afraid, unless of course you run it locally? What operating system are you using? Windows? There are PHP applications you can use like the one here. Not my forté really so somebody else may be better positioned to offer advice.
Edit: looks like that will need cron access too.
Edit: looks like that will need cron access too.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Message 2 of 4
(271 Views)
Re: Database Backup
19-05-2014 8:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
An option (given the circumstances) would be to create a script which can provide you with a dump of your database. You can then make a normal HTTP request to your webspace whenever you want to download it. This wouldn't be automatic but you could set up something on your local computer to make the request.
There are a couple of potential issues though:
1. If you have a large database, the script execution time may be longer than permitted.
2. You will need to ensure that the data is protected using some sort of authentication key.
3. You may want to (not sure if supported by PN) ensure that the data is transferred over HTTPS to keep it secure in transit.
There are a couple of potential issues though:
1. If you have a large database, the script execution time may be longer than permitted.
2. You will need to ensure that the data is protected using some sort of authentication key.
3. You may want to (not sure if supported by PN) ensure that the data is transferred over HTTPS to keep it secure in transit.
Message 3 of 4
(271 Views)
Re: Database Backup
20-05-2014 12:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
MySQL Administrator (and possibly Workbench) should let you schedule backups from a local machine.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Message 4 of 4
(271 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