Files
2025-09-01 08:34:36 -06:00
..
2025-09-01 08:34:36 -06:00
2025-08-13 16:53:47 -06:00
2025-08-13 16:53:47 -06:00
2025-08-13 16:53:47 -06:00

CloudTAK v11.0.0 Migration Guide

  • Perform a backup of your current CloudTAK instance including the S3 profile/ directory before proceeding with the migration.
  • Deploy v11.0.0 using your preferred method
  • Install the migration script dependencies by running:
npm install
  • Ensure you have AWS credentials configured in your environment.
  • Run the migration script:
npx tsx index.ts <s3 bucket>
  • Apply the resultant migration.sql output to your database.