Get-VEPSQLDatabaseExport

Short Description

Returns PostgreSQL databases with ongoing export sessions.

Applies to

Veeam Backup & Replication

Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VEPSQLDatabaseExport [-Name <String[]>] [-InstanceName <String[]>] [-ServerName <String[]>] [-TargetServerName <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns an array of PostgreSQL databases with ongoing export sessions.

After you get the databases with ongoing export sessions, you can perform the following operations:

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

InstanceName

Specifies an array of names of PostgreSQL instances. The cmdlet will return an array of databases on the specified instances that have ongoing export sessions.

This parameter accepts wildcard characters.

String[]

False

Named

False

Name

Specifies an array of names of PostgreSQL databases. The cmdlet will return an array of databases with the specified names that have ongoing export sessions.

This parameter accepts wildcard characters.

String[]

False

Named

False

ServerName

Specifies an array of names of PostgreSQL servers (as DNS names or IP addresses). The cmdlet will return an array of databases on the specified servers that have ongoing export sessions.

This parameter accepts wildcard characters.

String[]

False

Named

False

TargetServerName

Specifies an array of names of target PostgreSQL servers (as DNS names or IP addresses) for export operations. The cmdlet will return an array of databases that are being exported to the specified target servers.

This parameter accepts wildcard characters.

String[]

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VEPSQLDatabaseExport[] array that contains ongoing PostgreSQL export sessions.

Examples

Get-VEPSQLDatabaseExportExample 1. Getting All Export Sessions

Get-VEPSQLDatabaseExportExample 2. Getting All PostgreSQL Export Sessions for Databases with Specific Names on Specific Instances

Get-VEPSQLDatabaseExportExample 3. Getting All PostgreSQL Export Sessions to Specific Servers

Related Commands

Page updated 3/5/2025

Page content applies to build 12.3.1.1139