Get-VEPSQLInstance

Short Description

Returns backed-up PostgreSQL instances.

Applies to

Veeam Backup & Replication

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VEPSQLInstance [-Session] <VEPSQLRestoreSession> [-DataDirectory <string>] [<CommonParameters>]

Detailed Description

This cmdlet returns an array of backed-up PostgreSQL instances.

After you get backed-up PostgreSQL instances, you can perform the following operations with these instances:

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Session

Specifies an active restore session. The cmdlet will return an array of PostgreSQL instances within the specified restore session.

Accepts the VEPSQLRestoreSession object. To get this object, run the Get-VEPSQLRestoreSession cmdlet.

True

0

True (ByValue)

DataDirectory

Specifies a path to the data directory of the backed-up PostgreSQL instance. The cmdlet will return the PostgreSQL instance with the specified data directory.

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 VEPSQLInstance[] array that contains backed-up PostgreSQL instances.

Examples

Get-VEPSQLInstanceExample 1. Getting PostgreSQL Instances Within Specified Restore Session

Get-VEPSQLInstanceExample 2. Getting PostgreSQL Instance With Specified Data Directory

Related Commands

Get-VEPSQLRestoreSession

Page updated 1/30/2025

Page content applies to build 12.3.1.1139