Hi,
I'm attempting to run this on a read-only replica of a database and I noticed that this is failing because of the following line.
|
$dbh->do(qq{ CREATE SCHEMA $opt{sample_schema} }); |
I noticed here that the pg_sample triggers CREATE SCHEMA. Would you be able to give an explanation as to why I would need write / creating access to complete this task.
Are there any alternatives that would allow me to run this in a read-only db?
Hi,
I'm attempting to run this on a read-only replica of a database and I noticed that this is failing because of the following line.
pg_sample/pg_sample
Line 488 in 27c2916
I noticed here that the pg_sample triggers CREATE SCHEMA. Would you be able to give an explanation as to why I would need write / creating access to complete this task.
Are there any alternatives that would allow me to run this in a read-only db?