Topic: How to Backup Large Files
One of my clients data file has grown up to 200 MB. The Backup routine is unable to take its backup.
Is there any alternate way except PHPMyadmin to take backup of such large databases?
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Setup → How to Backup Large Files
One of my clients data file has grown up to 200 MB. The Backup routine is unable to take its backup.
Is there any alternate way except PHPMyadmin to take backup of such large databases?
1. Check tables with large logs and purge them especially after changing the debug variables in the config.php.
2. Use the command line to dump the backup - mysqldump
3. Use a MySQL client like SQLyog.
4. Increase the php.ini's script timeout and max transfer size / memory limit variables
5. FA's time limit is also hardcoded at 180 seconds or so - search the wiki.
@apmuthu
hi, i am facing same issue as data grows in my company now the FA not backing up the data please guide me how to fix this issue with in FA
thank you
Take a data dump of your FA database from phpMyAdmin directly if you are not able to benefit from the instructions in my previous post.
If you have cpanel. Take backup from cpanel->backups.
If it's direct and Raw server. You can use MySQL dump for this
FrontAccounting forum → Setup → How to Backup Large Files
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.