[postgis-users] ERROR: transform: Point outside of projection domain (2050)

Regina Obe lr at pcorp.us
Mon Mar 27 12:42:32 PDT 2023


What’s the structure of the table in question?

 

\d+ name_of_table

 

Should give needed details.

 

Also output of 

 

SELECT postgis_full_version();

 

From: postgis-users [mailto:postgis-users-bounces at lists.osgeo.org] On Behalf Of pham lan
Sent: Monday, March 27, 2023 3:27 PM
To: PostGIS Users Discussion <postgis-users at lists.osgeo.org>
Subject: [postgis-users] ERROR: transform: Point outside of projection domain (2050)

 

Hi everyone,

 

I need your help to figure this out. I have a DB in postgresql 10  with postgis 2.5. I know postgresql 10 is not supported anymore and we have plan to upgrade it soon but it is a different story.

The thing is, I want to make a copy of this DB, so I tried a pg_basebackup to another postgres10+postgis 2.5 VM. After that, a vacuum went well but the analyzer throws an error on 1 specific table:

ERROR:  transform: Point outside of projection domain (2050)

i tried also pg_dump/pg_restore but get the same error. Does anyone know what is the problem?

 

Thanks for your help!

Regards,

Lan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20230327/5ba7c12d/attachment.htm>


More information about the postgis-users mailing list