mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02: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:
parent
e2528875b2
commit
4213e9246c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class UploadDatastoreBackupAction implements Runnable {
|
||||||
/** Servlet-specific details needed for enqueuing tasks against itself. */
|
/** Servlet-specific details needed for enqueuing tasks against itself. */
|
||||||
static final String QUEUE = "export-snapshot"; // See queue.xml.
|
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.
|
static final String PATH = "/_dr/task/uploadDatastoreBackup"; // See web.xml.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue