<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 10.00.9200.16798">
<STYLE>@font-face {
        font-family: MS Mincho;
}
@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@font-face {
        font-family: @MS Mincho;
}
@page WordSection1 {size: 612.0pt 792.0pt; margin: 72.0pt 72.0pt 72.0pt 72.0pt; }
P.MsoNormal {
        FONT-SIZE: 11pt; FONT-FAMILY: "Calibri","sans-serif"; MARGIN: 0cm 0cm 0pt
}
LI.MsoNormal {
        FONT-SIZE: 11pt; FONT-FAMILY: "Calibri","sans-serif"; MARGIN: 0cm 0cm 0pt
}
DIV.MsoNormal {
        FONT-SIZE: 11pt; FONT-FAMILY: "Calibri","sans-serif"; MARGIN: 0cm 0cm 0pt
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.EmailStyle17 {
        FONT-FAMILY: "Calibri","sans-serif"; COLOR: windowtext; mso-style-type: personal-compose
}
.MsoChpDefault {
        mso-style-type: export-only
}
DIV.WordSection1 {
        page: WordSection1
}
</STYLE>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=EN-US link=blue vLink=purple>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT color=#0000ff 
size=2 face=Arial>Giorgio,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT color=#0000ff 
size=2 face=Arial>For 9.2 you can install 1.5.6+ (though we frown on people 
using 1.5 with 9.2) . 9.3+ supports only 2.1+</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT color=#0000ff 
size=2 face=Arial>Refer to the Support Matrix for details</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT color=#0000ff 
size=2 face=Arial><A 
href="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS">http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS</A></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial>Regarding if you can dump table with geometries, putting aside tables 
with no reference to postgis whatsoever -- yes you can.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial>1) In theory you could just do a pg_upgrade (you might have to drop 
your postgis tables and uninstall postgis first) -> 9.3</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial>Then install PostGIS 2.1 on your new server and reload your 
postgis tables</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial>or</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial>2) backup your postgis tables, uninstall PostGIS 1.5, install PostGIS 
2.1, reload your PostGIS tables --> then pg_upgrade over to 
9.3</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial>Hope that helps,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial>Regina</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial><A 
href="http://www.postgis.us">http://www.postgis.us</A></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial><A 
href="http://postgis.net">http://postgis.net</A></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=995352410-18022014><FONT size=2 
face=Arial></FONT></SPAN> </DIV><BR>
<DIV lang=en-us class=OutlookMessageHeader dir=ltr align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> postgis-users-bounces@lists.osgeo.org 
[mailto:postgis-users-bounces@lists.osgeo.org] <B>On Behalf Of </B>Sorbara, 
Giorgio (CIOK)<BR><B>Sent:</B> Friday, February 14, 2014 5:49 AM<BR><B>To:</B> 
postgis-users@lists.osgeo.org<BR><B>Subject:</B> [postgis-users] Upgrade 
postgres 9.0 -> 9.3 mantaining postgis1.5?<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=WordSection1>
<P class=MsoNormal>Dear all,<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>I am about to upgrade postgres from 9.0 to 9.3 but the gis 
team would like to maintain postgis 1.5 version.<o:p></o:p></P>
<P class=MsoNormal>From what I have browsed around it seems that as of the 9.2 
version only 2.0 is supported.<o:p></o:p></P>
<P class=MsoNormal>Can you confirm this?<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>If that is correct I need to upgrade 1.5 -> 2.0 before 
upgrading the server, so far so good.<o:p></o:p></P>
<P class=MsoNormal>Then comes another question… the only way to upgrade is to 
dump and reimport databases.<o:p></o:p></P>
<P class=MsoNormal>Now it happens that we have tables with geometries which 
count roughly 10000 records, but in the same database we have tables with 
billions records (which I would like not to dump)<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>Is it possible for the sake of upgrading postgis, to just 
dump tables with geometries, putting aside tables with no reference to postgis 
whatsoever?<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal>thank you,<o:p></o:p></P>
<P class=MsoNormal>g<o:p></o:p></P>
<P class=MsoNormal><o:p> </o:p></P>
<P class=MsoNormal><o:p> </o:p></P></DIV></BODY></HTML>