TenantMigrationMarkerServiceInterface
in
Table of Contents
Methods
- createMarker() : TenantMigrationMarkerResult
- Create a required pre-migration recovery marker before tenant DDL runs.
Methods
createMarker()
Create a required pre-migration recovery marker before tenant DDL runs.
public
createMarker(TenantMetadata $tenant, array<string, mixed> $options, string $migrationJobId) : TenantMigrationMarkerResult
Parameters
- $tenant : TenantMetadata
- $options : array<string, mixed>
-
Tenant migration options
- $migrationJobId : string