Open edwardsamuel opened 8 years ago
Thanks for the report @edwardsamuel, I will be checking up on this as soon as I have the time.
I think the issue was come out because I upgraded my existing data to the current images. The mdillon/postgis
was upgraded to 2.2
. After I did ALTER EXTENSION postgis UPDATE;
, the problem was gone.
I created an issue in https://github.com/appropriate/docker-postgis/issues/26 to asked mdillon/postgis
to keep minor version tags.
I run this Docker image using the following command:
When we run PGRouting queries, like:
It gave me this error:
Last time, I run from
latest
(it should be9.4-2.1-2.0
at that time) and it run properly. But, when I re-download thelatest
or9.4-2.1-2.1
, it is broken.