1
fizzx
How do you back up data?
  • 2004/7/4 22:55

  • fizzx

  • Just popping in

  • Posts: 29

  • Since: 2004/3/23


umm...is there an XOOPS way of backing up ur site's data?
if not how do i do it?
plz help.
tnx

2
tl
Re: How do you back up data?
  • 2004/7/4 23:35

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


try search on backup

3
tom
Re: How do you back up data?
  • 2004/7/4 23:42

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


I use PHPMyadmin, although there are XOOPS modules including a XOOPS version of phpmyadmin, and sometimes hosts also back them up for you.

A good site for modules ishttp://www.xoops-modules.com/ (not English though)

Also as pointed out by TL a good resource is always the search feature on most sites, or maybe google

PHPMyAdmin - XOOPS Module

Database Tools - XOOPS Module

Back Up - XOOPS Module

4
fizzx
Re: How do you back up data?
  • 2004/7/5 9:33

  • fizzx

  • Just popping in

  • Posts: 29

  • Since: 2004/3/23


thanks guys

5
karuna
Re: How do you back up data?
  • 2004/7/5 11:27

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


hi tom

is database-tools able to backup a database about 40m?

6
tom
Re: How do you back up data?
  • 2004/7/5 11:35

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


Never tried it, however when downloading sometimes I believe there are retrictions set on your max DL size, I could be wrong, but isnt this a setting in the PHP it's self?

I'm not techie so don't quote me.

I say this as the back up tools don't normally work for me, niether does PHPMyAdmin any more, I have to SSH to back mine up now (Nearly 200MB for one)

7
karuna
Re: How do you back up data?
  • 2004/7/5 11:41

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


thanks

my db is about 40m . the phpmyadmin is only able to backup about 2m.
now i use another tools.3 files about only 10kb. but powerful.

i tried to turn it into a XOOPS module, but the convetion
it can only backup about 4m .when backup a larger db it got a seesion timeout error

8
tom
Re: How do you back up data?
  • 2004/7/5 11:47

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


I have simlar problem, like I said my DB is nearly 200mb now, so SSH is my only option.

9
Dave_L
Re: How do you back up data?
  • 2004/7/5 14:52

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


If you have a recent version of phpMyAdmin, you can configure it (in its config.ini.php file) to export and import using local files, rather than uploading and downloading.

I had some difficulty figuring out how to specify the right paths for that, but here's a working example that I recently used:

/**
 * Webserver upload/save/import directories
 */
$cfg['UploadDir'] = './upload';
$cfg['SaveDir']   = './download';


This helps with larger databases, but isn't always adequate if you're on a slow server. Sometimes you have to backup and restore the database in pieces: individual tables, or even pieces of individual tables, which is a big pain to do.

Being able to use the mysqldump and MySQL commands from the shell, via SSH, is the best way, if that's available to you.

10
phppp
Re: How do you back up data?
  • 2004/7/5 15:21

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Quote:

Dave_L wrote:
If you have a recent version of phpMyAdmin, you can configure it (in its config.ini.php file) to export and import using local files, rather than uploading and downloading.


I used this. It worked well.

However, importing is till a problem when transfering to another server.
Any feasible solution by phpmyadmin without 3rd part software?

Login

Who's Online

223 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 223


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits