PostGIS add-on
The PostGIS add-on provides a PostgreSQL database service with the PostGIS extension pre-installed.
This add-on provides a PostgreSQL 15 database service with a PostGIS 3.3.1 extension installed and running on localhost
, port 5432.
By default, a database named nuvolos
is created, which can be accessed with the username/password nuvolos/nuvolos
.
The database data files are stored in the application storage area, if you delete the application, all databases will be lost.
If you add a PostGIS add-on to your application, your application will start in shared mode.
Note that you cannot have PostgreSQL and PostGIS add-ons turned on at the same time, because they listen on the same port for connections.
Last updated