Open wdcsimon opened 2 months ago
Allow authentication to a Kart working copy location in PostgreSQL using a PostgreSQL Service connection file defined in PGSERVICEFILE environment variable.
PGSERVICEFILE D:\PostgreSQL\pg_service.conf
[gis_kart_versioning] host=wdc-gisdb1 port=5432 dbname=gis_kart_versioning user=myUsername password=myPassword
Something like this? kart init K:\gis_kart_versioning\eplan --workingcopy=postgresql://wdcgisdb1?service=gis_kart_versioning
May need to specify schema as a param too?
reference: https://docs.qgis.org/3.34/en/docs/user_manual/managing_data_source/opening_data.html#pg-service-file
Would also be useful for Import dataset from database... option
Allow authentication to a Kart working copy location in PostgreSQL using a PostgreSQL Service connection file defined in PGSERVICEFILE environment variable.
PGSERVICEFILE D:\PostgreSQL\pg_service.conf
Something like this? kart init K:\gis_kart_versioning\eplan --workingcopy=postgresql://wdcgisdb1?service=gis_kart_versioning
May need to specify schema as a param too?
reference: https://docs.qgis.org/3.34/en/docs/user_manual/managing_data_source/opening_data.html#pg-service-file