wabbajack/Wabbajack.BuildServer/GOLIVE.md
2020-04-11 08:07:38 -06:00

700 B

Deployment Plan for 2.0 go-live

  1. Release 2.0 to authors and let them rebuild their lists
  2. Save old configs so the don't get overwritten
  3. Backup SQL server data
  4. Update SQL Tables
    1. Nexus Mod Files
    2. Nexus Mod Infos
    3. Job Queue
    4. Api Keys
    5. Mod Lists
    6. Download States
    7. Uploaded Files
  5. Export Download Inis from server
  6. Export all cache files from server
  7. Hand insert all API keys
  8. Copy over new server binaries
  9. Disable background jobs on server
  10. Start new server
  11. Load data
    1. Import downloaded Inis
    2. Import all cache files
  12. Stop server
  13. Enable backend jobs
  14. Start server
  15. Verify that list validation triggers
  16. ???
  17. Profit?