--- title: "Get-VEPSQLDatabaseRestore" 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 This cmdlet provides the following para" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vepsqldatabaserestore.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for PostgreSQL > Get-VEPSQLDatabaseRestore" dateModified: "2026-08-18" --- # 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:
ByIdParameterSet
AllParameterSet
|
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) |