User Tools

Site Tools


buckets_release_procedure

This is an old revision of the document!


Buckets Release Procedure

Update Local Dev Database From Live Production

  1. Execute
    SELECT   DataFillSQL
    FROM     DataFill0p1
    ORDER BY MajorSortOrder, MinorSortOrder
  2. Export to CSV, Save to C:\Dev\BucketsMVC - Trunk\BucketsMvc.Database\Buckets0.1\40 Data Fill.sql.
  3. Edit and remove the first line (DataFillSQL - the column heading).
  4. Run the Generate Everything.bat script.

Update Live UAT Database From Local Dev

  1. Run this against the local dev database:
    UPDATE BucketsUser
    SET    UserId = 'https://www.google.com/accounts/o8/id?id=AItOawknyD6ScEP3GiwVXgY-cwr4a7wGK5B_Lpw'
    WHERE  ScreenName = 'Stephen'
  2. Backup the database and store the .bak file in the temp directory.
  3. Run this against the local dev database:
    UPDATE BucketsUser
    SET    UserId = 'https://www.google.com/accounts/o8/id?id=AItOawmSf92vlJ8eNmaFrJaO09UwCD2MoINu6r4'
    WHERE  ScreenName = 'Stephen'
  4. Zip the .bak file.
  5. Log on to the WebsitePanel.
  6. Maintenance Tools → Restore.
  7. Upload the zip file.
buckets_release_procedure.1317716465.txt.gz · Last modified: 2017/01/01 19:48 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki