|
|
Choosing A Webhost: |
Re: Preserving important (untouchable) data: msg#00117bug-tracking.request-tracker.devel
Lucas F. Rosada wrote: In a production server, where some tickets are already in use, what tables/data can't be lost when updating the acl, scrips, queues, etc. from a development server? I tend to go with a little script I call "old-reliable". #!/bin/sh # DB - 2-21-05 # Back up the rt3 database DIR=/root/rt3/backup/`date +%b%y` FILE=$DIR/`date +%d`_rt3_backup if [ -d $DIR ] then mysqldump -u backup --password=xxxxxxxx -e --add-drop-table --add-locks rt3 > $FILE else echo "No such directory. Creating $DIR..." mkdir $DIR mysqldump -u backup --password=xxxxxxxx -e --add-drop-table --add-locks rt3 > $FILE fi I then backup my rt3 install and run wild. DB
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Preserving important (untouchable) data, Lucas F. Rosada |
|---|---|
| Next by Date: | RE: Transfer custom field value in ticket, Juan Ramón Alfageme Mata |
| Previous by Thread: | Preserving important (untouchable) data, Lucas F. Rosada |
| Next by Thread: | Callbacks help, Craig Schenk |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |