Site with db-type postgres

Hello,

I want to modify my current site from using mariadb to use postgres .

I try to create a new site with db-type postgres , I do :

bench new-site sitename --db-type postgres

but it return error :

ERROR: permission denied for schema public
LINE 1: CREATE TABLE “tabDocField” ().

any help please