mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-22 05:37:16 +00: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.sqloutput to your database.