Package google.registry.batch
Class WipeOutCloudSqlAction
- java.lang.Object
-
- google.registry.batch.WipeOutCloudSqlAction
-
- All Implemented Interfaces:
java.lang.Runnable
public class WipeOutCloudSqlAction extends java.lang.Object implements java.lang.Runnable
Wipes out all Cloud SQL data in a Nomulus GCP environment.This class is created for the QA environment, where migration testing with production data will happen. A regularly scheduled wipeout is a prerequisite to using production data there.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-