2

When i try to restore my postgress db , it failed with exit code 1. What is the reason. I created the backup using postgress 11 and restoring it to postgress 12.

Appreciate your help.

2 Answers 2

4

Sounds like you are using PgAdmin4. You should upgrade it to the latest version (4.30) where they fixed the bug that caused it to hide the real error messages from you. Then you can try again and show us the real errors.

Better yet, use command line tools to do it in the first place.

I you don't want to try again, you can instead look in the database servers log file to find the error messages.

Sign up to request clarification or add additional context in comments.

Comments

1

you should upgrade your Postgres to the last version I fixed it by upgrading my Postgres from 12 to 16 and my issue is solved

1 Comment

I have version 16 and the same problem.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.