BUG #15056: restore error

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: siarta(at)naver(dot)com
Subject: BUG #15056: restore error
Date: 2018-02-09 07:26:39
Message-ID: 151816119956.21022.9686477413337791010@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15056
Logged by: heemin.kim
Email address: siarta(at)naver(dot)com
PostgreSQL version: 10.1
Operating system: win10,64bit
Description:

My restore job failed with below error log... and it apeared same as
restoring with other backup files.

#error log#
---------------------------------------
2018-02-09 16:11:07,099: ERROR pgadmin: object of type 'bool' has no len()
Traceback (most recent call last):
File "C:\Program Files\PostgreSQL\10\pgAdmin
4\web\pgadmin\tools\restore\__init__.py", line 327, in create_restore_job
*args
File "C:\Program Files\PostgreSQL\10\pgAdmin
4\web\pgadmin\tools\restore\__init__.py", line 83, in __init__
if arg and len(arg) >= 2 and arg[:2] == '--':
TypeError: object of type 'bool' has no len()
----------------------------------------

Thank you.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message manikandan.n@astralconsultants.com 2018-02-09 07:44:25 POSTGRESQL Error
Previous Message Peter Geoghegan 2018-02-08 03:02:02 Re: PostgreSQL crashes with SIGSEGV