Frequently Asked Question
How do I access my QGIS Cloud database with QGIS, PgAdmin3 or psql?
Last Updated 7 years ago
Open QGIS Cloud Plugin in Qgis.
Go to "Account"
Hover your cursor over the wanted database
There you will see the information needed to connect the database.
For accessing the database SSL-Connection mode must be set to required.
psql:
psql "dbname=aaabbb_cccddd host=db.qgiscloud.com port=5432 sslmode=require" --username=aaabbb_cccddd
Example for a QGIS Connection:
Note:
When you connect with PgAdmin3 please set your DB as the maintenance DB!
Example for SSL settings with PgAdmin3 Connection:
Go to "Account"
Hover your cursor over the wanted database
There you will see the information needed to connect the database.
For accessing the database SSL-Connection mode must be set to required.
psql:
psql "dbname=aaabbb_cccddd host=db.qgiscloud.com port=5432 sslmode=require" --username=aaabbb_cccddd
Example for a QGIS Connection:
Note:
When you connect with PgAdmin3 please set your DB as the maintenance DB!
Example for SSL settings with PgAdmin3 Connection: