[postgis-users] Running raster2pgsql on AWS
Regina Obe
lr at pcorp.us
Tue Jun 30 09:54:02 PDT 2020
What platform are you on? If you are on windows, you could just copy the binaries from one of the zip files.
For Linux I think the builds tend to be less self-contained as they package a lot more dependencies so hard to copy just what you need.
Right now we don’t have a mechanism to just installed the postgis commandlines without PostGIS, but hoping we can detangle that better in PostGIS 3.1 so it’s easier for packagers to offer a postgis command line package that doesn’t include PostgreSQL service.
You can also compile your own PostGIS and just copy the raster2pgsql / gdal/ libpq files.
Hope that helps,
Regina
From: postgis-users [mailto:postgis-users-bounces at lists.osgeo.org] On Behalf Of Alexander Gataric
Sent: Tuesday, June 30, 2020 10:36 AM
To: PostGIS Users Discussion <postgis-users at lists.osgeo.org>
Subject: Re: [postgis-users] Running raster2pgsql on AWS
Can I run these command line programs without installing Postgres and PostGIS? I'd like to avoid a full installation if possible.
Get BlueMail for Android <http://www.bluemail.me/r?b=15860>
On Jun 19, 2020, at 1:04 PM, Regina Obe <lr at pcorp.us <mailto:lr at pcorp.us> > wrote:
Well directly – as in what I think of directly is not and option with AWS RDS.
What I have done in the past is spin up an AWS EC2 instance preferably in same zone and then connect from there. You’ll need to install a PostGIS package that has raster2pgsql or copy it somehow.
If you want to keep your machine bearbones, your best bet is just to run the tools from within a docker container. Unfortunately I think all the packages that have raster2pgsql install the whole PostgreSQL service.
From: postgis-users [mailto:postgis-users-bounces at lists.osgeo.org] On Behalf Of Alexander Gataric
Sent: Friday, June 19, 2020 1:48 PM
To: PostGIS Users Discussion <postgis-users at lists.osgeo.org <mailto:postgis-users at lists.osgeo.org> >
Subject: [postgis-users] Running raster2pgsql on AWS
I want to run command line Postgres tools directly on AWS. What is the best approach for this? I know how to access AWS Postgres via psql on my machine and connecting to the host.
_____
postgis-users mailing list
postgis-users at lists.osgeo.org <mailto:postgis-users at lists.osgeo.org>
https://lists.osgeo.org/mailman/listinfo/postgis-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20200630/e70b1a8e/attachment.html>
More information about the postgis-users
mailing list