KMP PHP API Reference

RoutedPlatformDatabaseBackupStorage
in package
implements PlatformDatabaseBackupStorageInterface

FinalYes

Writes new platform archives to configured storage while retaining historical local:// reads.

Table of Contents

Interfaces

PlatformDatabaseBackupStorageInterface

Properties

$configured  : PlatformDatabaseBackupStorageInterface
$local  : PlatformDatabaseBackupStorageInterface

Methods

__construct()  : mixed
Constructor.
delete()  : void
Delete a stored encrypted archive.
retrieve()  : TenantBackupStoredObject
Retrieve and verify basic metadata for an encrypted archive.
store()  : TenantBackupStoredObject
Persist an encrypted platform database archive.
workPath()  : string
Return an isolated local staging path for an archive.
adapter()  : PlatformDatabaseBackupStorageInterface
Select storage from the persisted object URI scheme.

Properties

Methods

workPath()

Return an isolated local staging path for an archive.

public workPath(string $backupId, string $suffix) : string
Parameters
$backupId : string
$suffix : string
Tags
inheritDoc
Return values
string
On this page

Search results