Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

using pgAdmin III, and getting this error, why!? all bases exists! user postgres. what is going on?


Although my question had been closed. I still don't understand how to backup my DB. For clarity I can say that, In system (win7) I logged in like user 'miroque', at pgAdmin I'm logging in like user 'postgress'. And when I start to create backup of DB. I receive this error about that DB not exist. But my java application working with it, pgAdmin works with it. And problem arises when I want to make a backup. how to know where o what is wrong with permissions or configuration?

share|improve this question
Apparently that database does not exist. Maybe some issue with upper/lowercase? – a_horse_with_no_name Dec 7 '12 at 8:27
I'm using pgAdmin, there is my DB called myDB, I click Right button on it and selecting Backup my DB. selecting needed info(like path for backuping data, in what format, and so on) click button "OK" and - FATAL: database “”myDB“” does not exist – miroque Dec 7 '12 at 8:40

closed as not a real question by Bill the Lizard Dec 8 '12 at 16:17

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.