External Database
See original GitHub issueI am unable to connect to an external database from freshlytics
version: "3"
networks:
web:
external: true
services:
freshlytics:
image: freshlytics/freshlytics
command: npm start
container_name: Analytics
networks:
- web
ports:
- "80:3001"
environment:
- DATABASE_URL=postgresql://dbuser:dbuser-password@dbhost:dbportnum/frshlytics?sslmode=require
- NODE_ENV=production
Log:
Starting Analytics ... done
Attaching to Analytics
Analytics |
Analytics | > freshlytics@1.0.0-beta start /app
Analytics | > node ./dist
Analytics |
Analytics | Failed to prune sessions: no pg_hba.conf entry for host "x.x.x.x", user "dbuser", database "dbname", SSL off
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
External Database - Oracle Help Center
External Database allows you use cloud-based tools such as Database Management with your external databases. External Database can be used with ...
Read more >Common Questions about External Databases - PaperCut
An external database is defined as any database other than the built-in Derby database that is packaged with PaperCut as standard. Q When...
Read more >Integrate with an External Database - OutSystems 11 ...
OutSystems integrates with your existing databases. This allows you to develop applications that access data on external databases using ...
Read more >External Database Configuration - Sonatype Help
IQ Server can be configured to use an external PostgreSQL (10.7 or newer) database or a PostgreSQL-compatible service (such as Amazon Aurora PostgreSQL)....
Read more >TeamCity On-Premises - Set up External Database - JetBrains
Set up External Database ... TeamCity stores build history, users, build results, and some runtime data in an SQL database. See the full...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome. That works. Thank you!!
Added entry in troubleshooting docs - https://freshlytics.gitbook.io/docs/troubleshooting#failed-to-prune-sessions-relation-session-does-not-exist