|
Haven't registered yet? Do it here now!
|
tgs
Joined: 25 Jul 2006 Posts: 175
|
|
|
|
|
|
|
Posted: Wed Oct 29, 2008 7:12 pm Post subject: I got a BO installation that stalls when i try to create |
|
|
|
|
|
|
|
|
|
|
Hi
I got a BO installation that stalls when i try to create a backup
Your Backup is now being created...
Please Wait....
Backing Up your system files now...
...
DONE
Backing Up your MySQL Database now...
................................................................................................
And backups aren't made.
Used to work fine |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Oct 29, 2008 7:40 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
if your database grown too much, it happens like that. Found out with few other clients.
I will try to fix it, but for now, best is to to dump your database through phpmyadmin _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
tgs
Joined: 25 Jul 2006 Posts: 175
|
|
|
|
|
|
|
Posted: Tue Nov 22, 2011 5:41 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Do you have fresh news about this ?
Cause i ain't really sure on how to back up the database from PhpMyadmin (what should i import, how etc...)
Thanks |
|
|
|
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Nov 22, 2011 5:58 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
here's a quick guide about alternative backup ways:
PHPMYADMIN:
On the left sidebar select the BO database. The page on right will refresh showing the BO database. On top there is menu with buttons, click on EXPORT. On the page shown, select all mysql tables in the select menu. All rest options are set by default. On bottom of the page click on "Save as File" and choose "gzipped" and finally hit the form button and the export will being..
MYSQLDUMP:
From the command line on your server (logged in via SSH) simply run this command:
Code: |
mysqldump --force --opt --user=USER --password=PASSWORD --databases BODATABASE | gzip > bomysqlbackup.gz
|
When the export completes, the file bomysqlbackup.gz is your backup.
Ofcourse replace USER, PASSWORD, BODATABASE with proper values.. If you don't know them, You can download /bo/boinfo.inc.php file, open it with text editor and see the correct values from there.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
| |