Get-VEPSQLDatabaseRestore
Short Description
Returns information about restore processes for backed-up PostgreSQL databases.
Product: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
ByIdParameterSetGet-VEPSQLDatabaseRestore -JobId <Guid> [<CommonParameters>]
-
AllParameterSetGet-VEPSQLDatabaseRestore [-DatabaseName <String[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns information about the restore process for a backed-up PostgreSQL database.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DatabaseName |
Specifies names of restored PostgreSQL databases. The cmdlet will return restore jobs performed for the specified databases. This parameter accepts wildcard characters. |
|
False |
Named |
True (ByValue) |
|
JobId |
Specifies the job ID of the required restore job. The cmdlet will return information about the specified restore job. |
|
True |
Named |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Docs.
Output Object
The cmdlet returns the VEPSQLDatabaseRestore[] array that contains information about the restore process of PostgreSQL databases.
Examples
Example 1. Getting All Restore Processes
|
This command returns a list of all active restore processes for backed-up PostgreSQL databases. Save the result to the
|
Example 2. Getting Restore Process by Job ID
|
This example shows how to get a specific restore job by its job ID. Save the result to the
|
Example 3. Getting Restore Processes for Specific Database
|
This command returns all active restore processes for a specific database. Save the result to the
|
Example 4. Getting Restore Processes for Specific Databases Using Wildcards
|
This command returns all active restore jobs for databases whose names begin with “db”. Save the result to the
|