Description:
Migrate Firestore database from one GCP account to another. Proposed solution: Export data from the source Firestore, transfer it to the destination GCP account's GCS bucket, and import into the destination Firestore. Steps and detailed guide in the comments.
Steps:
Export data from the source Firestore.
Transfer data to the destination GCP account's GCS bucket.
Import data into the destination Firestore.
Acceptance Criteria:
[x] Backup old firestore data
[x] Firestore data successfully migrated to the destination GCP account.
[x] Detailed migration steps documented in comments.
[x] Migration process tested and validated.
[x] No data loss during migration.
[x] Documentation updated to reflect the migration process.
Description: Migrate Firestore database from one GCP account to another. Proposed solution: Export data from the source Firestore, transfer it to the destination GCP account's GCS bucket, and import into the destination Firestore. Steps and detailed guide in the comments.
Steps:
Acceptance Criteria: