Changes between Initial Version and Version 1 of OpenSpecimen HowTo Backup Database for Development Server


Ignore:
Timestamp:
07/07/15 12:35:02 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSpecimen HowTo Backup Database for Development Server

    v1 v1  
     1= OpenSpecimen HowTo Backup Database for Development Server
     2
     3Tags: [[OpenSpecimen]] [[HowTo]] [[Database]]
     4
     5== Procedure
     6
     71. Run the following command to back up the database, but ignore the audit files, which are very large:
     8
     9{{{
     10mysqldump --ignore-table=catissueplus30.catissue_data_audit_event_log --ignore-table=catissueplus30.catissue_audit_event_query_log --ignore-table=catissueplus30.catissue_audit_event_details --ignore-table=catissueplus30.catissue_audit_event_log --ignore-table=catissueplus30.catissue_audit_event
     11}}}
     12
     13[[BackLinks]]