AKC local backups

satya - 6/14/2014 10:27:58 AM

Start with akc-sqlserver: C:\satya\data\codebase\webapps\akc-sqlserver

Start with akc-sqlserver: C:\satya\data\codebase\webapps\akc-sqlserver

satya - 6/14/2014 10:29:26 AM

Its incremental backup is at: C:\Users\admin\Google Drive\laptop-backups\bin


See if a monthly backup is needed
Use the copy command there
See if a monthly full-backup is needed

satya - 6/14/2014 10:29:45 AM

Monthly backups are: C:\Users\admin\Google Drive\laptop-backups\monthly

Monthly backups are: C:\Users\admin\Google Drive\laptop-backups\monthly

satya - 6/14/2014 10:30:26 AM

akc release process is controlled from here


C:\satya\data\codebase\webapps\akc-release-process

satya - 6/14/2014 10:30:57 AM

Here is a bin directory for it


C:\satya\data\codebase\webapps\akc-release-process\bin

satya - 6/14/2014 10:34:15 AM

Create a directory like this for the new release


C:\satya\data\codebase\webapps\akc-release-process\akc-sat-scoring-app-june-2014

satya - 6/14/2014 10:36:35 AM

You need three sub directories


akc -- contains the incremental changes
change-records
  (file: akc-release-name-changes.txt)
  (file: aspire-releasenumber-changes.txt)
  (file: aspire-properties-file-changes.txt)

satya - 6/14/2014 10:36:53 AM

You will use the cmd files from the bin directory to do this!

You will use the cmd files from the bin directory to do this!

satya - 6/14/2014 10:50:16 AM

You have to first find out what is the last release and its date!

You have to first find out what is the last release and its date!

satya - 6/14/2014 10:50:55 AM

You can accurately do this by looking at


C:\Users\admin\Google Drive\transfer\akc-releases

satya - 6/14/2014 10:51:24 AM

These releases are named like this


2014-04-apr2014-uploadtest-release-incremental

satya - 6/14/2014 10:52:12 AM

it will have info like this: chfiles-upload-test.txt


Total files: 6
Date: 4/15/2014
Name of the release: upload-test-release

//add the new properties file
C:\satya\data\codebase\webapps\akc-sqlserver\properties\aspire.properties

//A sample form to show how to upload simple sample files
C:\satya\data\codebase\webapps\akc-sqlserver\reports\upload\public-upload-test-form.html

//Response file for upload success
C:\satya\data\codebase\webapps\akc-sqlserver\reports\upload\public-upload-test-response-success.html

//The properties file
C:\satya\data\codebase\webapps\akc-sqlserver\reports\upload\public-upload-test.properties

//New jar file
C:\satya\data\codebase\webapps\akc-sqlserver\WEB-INF\lib\aspire_jsdk23.jar

satya - 6/14/2014 11:03:07 AM

Do this


Copy the 3 cmd files to get you the changes into the change directory
Change the dates
Run them
Comment one file by one file
see the sat-scoring-app as an example

satya - 6/14/2014 11:28:16 AM

Then run the copy command to copy files


make sure you have changed the date in the command file
you can run this without fear as it prompts you
you need to indicate a sub directory

satya - 6/14/2014 11:38:43 AM

In brief now the steps are

  1. go to akc-release-process directory
  2. create a sub directory with right name
  3. copy the bin directory and change dates
  4. run and get the change files
  5. copy the akc files
  6. see changes to the aspire properties