fulcrumapp / fulcrum-desktop

Fulcrum Desktop
http://developer.fulcrumapp.com/desktop/intro/
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

0.0.80 sync with postgres PostgreSQL 13.4 #74

Open encleadus opened 2 years ago

encleadus commented 2 years ago

I have a working sync on one of my server with the version 0.0.64 fulcrum-desktop + postgres plugin (postgres version PostgreSQL 10.4 postgis 2.4). I would like to set up a new sync on another server with the same organization using the latest fulcrum-desktop (0.0.80) and postgres plugin with PostgreSQL 13.4 + postgis 3.1. No matter what config I try to use nothing happens, not even an error message. Looks like I can authenticate in into my db because I can generate errors if I modify the username or port etc. I tried to use default database name (fulcrumapp) as well. This is working on my older server: .\fulcrum.cmd sync --org "orgname" --pg-host "ip" --pg-port "port" --pg-user "username" --pg-password "pass" --pg-database "fulcrum_apps" --forever. I am not sure how what can be the issue, anyone any idea?

encleadus commented 2 years ago

Extra: I am on windows server 2016, without the postgres plugin the sync works fine.