question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

External Database

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Th3Whit3Wolfcommented, Aug 31, 2019

Awesome. That works. Thank you!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found