1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

Update the latest_datastore_export view in Bigquery

This view used to point to the latest datastore backup
using the deprecated export mechanism, which has been
disabled. We will point this view to the new backups.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230930872
This commit is contained in:
weiminyu
2019-01-25 10:54:49 -08:00
committed by Ben McIlwain
parent e2528875b2
commit 4213e9246c

View File

@@ -66,7 +66,7 @@ public class UploadDatastoreBackupAction implements Runnable {
/** Servlet-specific details needed for enqueuing tasks against itself. */
static final String QUEUE = "export-snapshot"; // See queue.xml.
static final String LATEST_BACKUP_VIEW_NAME = "latest_datastore_backup";
static final String LATEST_BACKUP_VIEW_NAME = "latest_datastore_export";
static final String PATH = "/_dr/task/uploadDatastoreBackup"; // See web.xml.