mirror of
https://github.com/google/nomulus.git
synced 2025-08-20 08:24:13 +02:00
Add database invariant checker []
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119162082
This commit is contained in:
parent
d213d9a114
commit
4b15d49f52
10 changed files with 690 additions and 0 deletions
|
@ -119,6 +119,12 @@
|
|||
<url-pattern>/_dr/dnsRefresh</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Verifies integrity of database invariants. -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>backend-servlet</servlet-name>
|
||||
<url-pattern>/_dr/task/verifyEntityIntegrity</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet>
|
||||
<description>Exports a datastore backup snapshot to GCS.</description>
|
||||
<display-name>Export snapshot to GCS</display-name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue