You need to specify the database on that command line - so, something like:psql -h 1.2.3.4 -U postgres guacamole < upgrade-pre-0.9.13.sql Replacing gaucamole with whatever your database is named, and 1.2.3.4 with the IP of your Postgres instance. Also, if I were you, I would not post the public IP address of your cloud-based database instance - even if you have the necessary ACLs in place, it's just not a great idea to advertise that you're running a particular service on that IP, on a publicly-accessible mailing list. Just my opinion. -Nick
On Tuesday, August 29, 2017, 9:36:42 AM EDT, Suncatcher16 <[email protected]> wrote: tried upgrade script for 0.9.13 but got > suncatcher@bodhi-v:/media/Downloads$ psql -h 54.169.108.0 -U postgres -f > upgrade-pre-0.9.13.sql > CREATE TYPE > psql:upgrade-pre-0.9.13.sql:33: ERROR: relation "guacamole_connection" > does not exist > psql:upgrade-pre-0.9.13.sql:34: ERROR: relation "guacamole_connection" > does not exist > psql:upgrade-pre-0.9.13.sql:35: ERROR: relation "guacamole_connection" > does not exist > psql:upgrade-pre-0.9.13.sql:41: ERROR: relation "guacamole_user" does not > exist > psql:upgrade-pre-0.9.13.sql:42: ERROR: relation "guacamole_user" does not > exist > psql:upgrade-pre-0.9.13.sql:43: ERROR: relation "guacamole_user" does not > exist > psql:upgrade-pre-0.9.13.sql:44: ERROR: relation "guacamole_user" does not > exist -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Docker-installation-problem-tp1577p1584.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.
