Purpose

 This page explains how to deal with the following error during restoration. This error is a result of the backup format being a postgres text backup:

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
Applicable RDBMS
RDBMS
Yes/No
CSS(tick)
Action Plan

When you are facing such issue,

  1. Run the following restore command line :

C:\Program Files\CAST\CASTStorageService2\bin>psql.exe -h <CSS SERVER> -p 2280 -d postgres -f "M:\<YOUR_BACKUP_NAME>" -L "M:\YOUR_BACKUP_NAME.restore.log" -U operator

Notes/Comments


Related Pages