Webmastersite.net
Register Log In

gallery database backup

Comments on gallery database backup

orhan sevki
Member

Usergroup: Member
Joined: Sep 06, 2005

Total Topics: 5
Total Comments: 12
Posted Oct 02, 2005 - 5:30 PM:

hello,

we want to backup our wsn gallery database via ssh and we always using following command (forum database etc.) for ssh backups:

mysqldump --opt -Q -u mydbusername -p mydbname > /mypath/backup.sql

can i use this command for gallery db backup?

or whats your suggestion for ssh backup?

please any advice, thanks.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Oct 03, 2005 - 2:33 PM:

The internal WSN Gallery backup mechanism uses
mysqldump --add-drop-table -u $user -p $pass $databasename > $outputfile &
(makes it a background process) but you can use whatever you like.
orhan sevki
Member

Usergroup: Member
Joined: Sep 06, 2005

Total Topics: 5
Total Comments: 12
Posted Oct 06, 2005 - 9:13 AM:

thank you for answer paul, and my final question:

can i delete setup.php and upgrade.php ? because i dont want other persons access this files.

or your any advice, thanks
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Oct 09, 2005 - 8:01 PM:

There is absolutely no reason to delete them, and absolutely no benefit to it, but you may.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.