question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PostgreSQL 13 backup function error (DBeaver 21.0.5)

See original GitHub issue

We have used postgreSQL 13 backup function in DBeaver but, error occured From April.

Error log is like this.

Task 'PostgreSQL dump' started at Tue May 25 15:12:44 KST 2021
pg_dump: error: server version: 13.2 (Ubuntu 13.2-1.pgdg18.04+1); pg_dump version: 12.2

pg_dump: error: aborting because of server version mismatch

Task 'PostgreSQL dump' finished at Tue May 25 15:12:44 KST 2021
2021-05-25 15:12:44.305 - IO error: Process failed (exit code = 1). See error log.
2021-05-25 15:12:44.305 - java.io.IOException: Process failed (exit code = 1). See error log.
	at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.validateErrorCode(AbstractNativeToolHandler.java:214)
	at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.executeProcess(AbstractNativeToolHandler.java:194)
	at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.doExecute(AbstractNativeToolHandler.java:254)
	at org.jkiss.dbeaver.tasks.nativetool.AbstractNativeToolHandler.lambda$0(AbstractNativeToolHandler.java:60)
	at org.jkiss.dbeaver.runtime.RunnableContextDelegate.lambda$0(RunnableContextDelegate.java:39)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

My environment is as follows.

  • DBeaver: 21.0.5
  • DBeaver Executing OS: Windows 10 Enterprise 19042.985 (x64)
  • DB Server OS: Linux tms-web 4.15.0-143-generic (Ubuntu 18.04 LTS)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
victorcarvalhospcommented, Feb 14, 2022

and then it worked.

Hello @victorcarvalhosp. So the issue is solved for now?

Yes, it’s working for me after doing this

1reaction
LonwoLonwocommented, Feb 10, 2022

Hello @victorcarvalhosp

What PostgreSQL version do you use? What error exactly do you have? Can you provide more info?

Also, you can find a native client list in your connection setting.

2022-02-11 00_48_40-Connect to a database

I hope it can help you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not able to backup of postgres DB from DBeaver - Server Fault
Whenever we try to take backup of Database it is giving error as "Native client is not specified for connection". I did search...
Read more >
DBeaver user guide
1. In the Database Navigator, right-click the object and on the context menu click Filter -> Configure [objects] filter. In the Database Object...
Read more >
Releases | DBeaver Community
Grouping panel behavior was fixed BLOB/CLOB viewer now shows smart warnings NullPointer error was fixed in spatial viewer SQL editor: “Open in ...
Read more >
DBeaver - freshcode.club
DBeaver is a free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, ...
Read more >
DBeaver Community - RSSing.com
Data transfer: REPLACE/UPSERT support was added in SQL export format; Target format selector was fixed (Linux); Bug in dump/restore ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found