KMP PHP API Reference

PgDumpPlatformDatabaseBackupDumper
in package
implements PlatformDatabaseBackupDumperInterface

Table of Contents

Interfaces

PlatformDatabaseBackupDumperInterface

Methods

buildArgv()  : array<int, string>
Build a pg_dump argv list without shell interpolation.
dump()  : TenantBackupDumpResult
assertSafeHost()  : void
assertSafeIdentifier()  : void
assertSafePath()  : void
assertSafePort()  : void
redactProcessOutput()  : string

Methods

buildArgv()

Build a pg_dump argv list without shell interpolation.

public buildArgv(array<string, mixed> $platformConfig, string $outputPath) : array<int, string>
Parameters
$platformConfig : array<string, mixed>

Platform datasource configuration

$outputPath : string
Return values
array<int, string>
On this page

Search results