I am facing Database Restore Issue,

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • irfan9890
    New Member
    • May 2013
    • 1

    I am facing Database Restore Issue,

    I have a backup file with .sql extension.I wants to restore it in my postgres. I created a database d_campus and a role bduser.I write a query in psql console
    d_campus=#\i D:\filename.sql

    it gives error :premission denied.
    then I gave all privileges to dbuser then also im facing same issue.
    plz help me...
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Does postgres user has access to this file?

    Comment

    Working...