Skip to main content
Answer

Ignore pg_dump

  • May 10, 2021
  • 4 replies
  • 303 views

Forum|alt.badge.img+11

During the backup I have issue: /opt/PostgreSQL/8.3/bin/pg_dump: unrecognized option `--lock-wait-timeout=60000'

Commvault  11.20.46
Postgres SQL 8.3 

I know that the new version of Comvault no longer supports this version of the databases

 

I have a question, is it possible to modify the pg_dump command in Commvault? (to omit an unrecognizable option) Alternatively, how can the following problem?

Best answer by Sunil

Hi @kszaf 

There is no way to skip this argument. Also, it’s not advisable to backup PostgresSQL 8.3 using v11 client. You can install a v10 client pointing to v11 CommServer to backup this version.

 

Thanks,

Sunil

4 replies

Meera
Vaulter
Forum|alt.badge.img+7
  • Vaulter
  • May 10, 2021

Hi ,

There is no workaround for this. There is no provision to remove a default parameter passed with pg_dump . 

 

How many postgresql instances do you have with version 8.3? and what is the upgrade plan? lock-wait-timeout was introduced in postgres 8.4

 

Regards,

Meera


Sunil
Vaulter
Forum|alt.badge.img+13
  • Vaulter
  • Answer
  • May 10, 2021

Hi @kszaf 

There is no way to skip this argument. Also, it’s not advisable to backup PostgresSQL 8.3 using v11 client. You can install a v10 client pointing to v11 CommServer to backup this version.

 

Thanks,

Sunil


Forum|alt.badge.img+11
  • Author
  • Byte
  • May 13, 2021

Thanks for help!

 


Forum|alt.badge.img+11
  • Author
  • Byte
  • May 13, 2021

Thanks for help!