google-nomulus/java/google/registry/export
weiminyu 9c706e79fd Backup Datastore using the Admin REST API
Add server end points to backup Datastore using managed-export mechanism.
A cron job is defined in Alpha to run daily exports using this implementation.

Existing backup is left running. The new backups are saved to a new set of
locations:
- GCS bucket: gs://PROJECT-ID-datastore-backups
- Big Query data set: datastore_backups
- Big Query latest back up view name: latest_datastore_backup
Also, the names of Bigquery tables now use the export timestamp
assigned by Datastore. E.g., 2018_12_05T23_56_18_50532_ContactResource,

After the new import mechanism is implemented and the back-restore flow is
tested, we will stop the existing backup runs and deploy the new
implementation to all environments.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=224932957
2018-12-12 13:22:34 -05:00
..
datastore Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
sheet Use new default credentials in a few more modules 2018-09-14 11:53:42 -04:00
BackupDatastoreAction.java Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
BigqueryPollJobAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
BUILD Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
CheckBackupAction.java Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
CheckSnapshotAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
DatastoreBackupInfo.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DatastoreBackupService.java Wrap ModulesService in new AppEngineServiceUtils 2018-08-10 13:44:25 -04:00
DriveModule.java Introduce simplified Default credential provision 2018-09-08 00:16:09 -04:00
ExportConstants.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
ExportDomainListsAction.java Introduce simplified Default credential provision 2018-09-08 00:16:09 -04:00
ExportPremiumTermsAction.java Export Premium names to Drive 2018-09-14 11:47:38 -04:00
ExportRequestModule.java Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
ExportReservedTermsAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
ExportSnapshotAction.java Delete deprecated legacy SQL 'latest_snapshot' dataset 2018-06-27 15:28:52 -04:00
ExportUtils.java Add octothorpes to disclaimer in exported reserved list 2018-09-08 00:18:19 -04:00
LoadSnapshotAction.java Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SyncGroupMembersAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
UpdateSnapshotViewAction.java Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
UploadDatastoreBackupAction.java Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00