Skip to main content

PostgreSQL: owner of relation changed by restorepkg

Comments

2 comments

  • TomKu
    UPDATE: Looks like the 'permission denied' error goes away automatically after I enter 'cPanel - Databases - PostgreSQL Databases' and dbuser can use the table then. The above action seems to run: REVOKE ALL ON TABLE table1 FROM PUBLIC; REVOKE ALL ON TABLE table1 FROM username; GRANT ALL ON TABLE table1 TO username; GRANT ALL ON TABLE table1 TO username_test; in the background. The table owner still remains changed but as long as he stays in correct ROLE it may not be a problem.
    0
  • cPanelMichael
    Hello :) Feel free to open a support ticket using the link in my signature so we can take a closer look. You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0

Please sign in to leave a comment.