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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user