Skip to content

Can't run on a read-only DB. #31

@mehulp118

Description

@mehulp118

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions