-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Serverless
-
Fully Compatible
-
Server Serverless 2023-09-04
The TenantDatabaseCloner will not run in multitenancy environment and we don't worry about dropping tenant by accident when string db is used for this class.
But, as we decide to pass the db name with DatabaseName object around in the code base to decrease the code complex for engineers, we still need to change its constructor to take in DatabaseName object and perhaps also change its structure to hold DatabaseName object too.
- is depended on by
-
SERVER-79989 Change APIs to take in DatabaseName instead of string db across the non sharding/auth codebase
- Closed