'Migrate firestore native mode to Datastore mode , Any Google Cloude utilty?
Migrating our database from firestore native mode to Datastore mode , Any Google cloud utility
Solution 1:[1]
If you can takes some downtime the easiest thing to do is:
- Export your data (https://cloud.google.com/firestore/docs/manage-data/export-import)
- Delete existing data in your database
- Switch the mode of your database (https://cloud.google.com/datastore/docs/firestore-or-datastore#changing_between_native_mode_and_datastore_mode)
- Import data back into your database .
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Jim Morrison |