From: Sarah Hoffmann Date: Thu, 11 Jun 2020 20:46:04 +0000 (+0200) Subject: remove version warning from ubuntu 20 installation X-Git-Tag: v3.6.0~131 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/f4e744ade5942fcae75db0f6119c012d24b86356 remove version warning from ubuntu 20 installation --- diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index 9b79adda..c124b159 100644 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -6,12 +6,6 @@ sudo update-locale LANG=en_US.UTF-8 #DOCS: export APT_LISTCHANGES_FRONTEND=none #DOCS: export DEBIAN_FRONTEND=noninteractive #DOCS: -# -# !!! danger "Important" -# Ubuntu 20.04 uses Postgresql 12 and Postgis 3, which are known to cause -# performance issues. They are not recommended for a production -# installation at the moment. -# # *Note:* these installation instructions are also available in executable # form for use with vagrant under vagrant/Install-on-Ubuntu-20.sh. #