Re: Database migration to RDS issues permissions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Fran (dot)(dot)(dot)" <Bryan691(at)hotmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Database migration to RDS issues permissions
Date: 2016-11-19 17:38:28
Message-ID: 2988.1479577108@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Fran ..." <Bryan691(at)hotmail(dot)com> writes:
> I think I would solve the problem granting "superuser" permission but this is not possible in RDS.

It looks like your other errors are also due to doing the restore as
a non-superuser. Not sure if you have any good alternatives here ---
you could just ignore the errors relating to plpgsql, but if you have
C-language functions that you need to migrate, there is no way to
install those without superuser privileges.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-11-19 17:41:15 Re: Database migration to RDS issues permissions
Previous Message Fran ... 2016-11-19 17:33:38 Re: Database migration to RDS issues permissions