Skip to content

Check that postgis extension is available on init #113

@wonder-sk

Description

@wonder-sk

When doing init, it would be good to do a check in the database to make sure that postgis extension is enabled - probably something like select extname from pg_extension;

if postgis is not available in the database, we could try to add it with create extension postgis; - and if that fails, best to report an error (that may need higher level of permissions, or even install some packages)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions