Skip to main content

Questions tagged [postgres]

3 votes
0 answers
92 views

I've heard from some architects (in person) that Salesforce database on classic instances runs on Oracle infrastructure, while Hyperforce runs on PostreSQL. I tried to find some official Salesforce ...
zanstaszek9's user avatar
0 votes
1 answer
217 views

We have a Codeigniter (PHP) application hosted on the Heroku instance. We are using the Heroku Postgres database to connect and do CRUD operations. It is also connected to the Salesforce instance ...
BEingprabhU's user avatar
0 votes
1 answer
996 views

I am new to Heroku and have deployed an application recently. It worked for a week before breaking. The issue lies on something related to Heroku. I see the following activity in Heroku. api-...
OdaTruth's user avatar
1 vote
1 answer
485 views

I'm on Ubuntu 20, working on a Rails 6.05 project with a Postgres DB. I've succesfully created a Heroku app using heroku create appname and then deployed the Rails app using git push heroku master. ...
pinkfloyd90's user avatar
1 vote
0 answers
498 views

I am trying to deploy an app using a combination of NodeJS, Heroku, and the Postgres add-on database. Everything works fine when I deploy locally. When I try to deploy off of Heroku, however, I get ...
Rob Liou's user avatar
1 vote
1 answer
948 views

I recently deployed an app to Heroku using Postgres free tier as database. I am using Django 3.2 Everything was working fine until I started getting a mail with the following error: Internal Server ...
David.B's user avatar
  • 111
0 votes
1 answer
105 views

We have millions of emails(actual HTML emails that were sent to clients) stored in our old CRM Siebel but since we are migrating away from Siebel ,now we want to migrate those emails to Salesforce so ...
Pseudodarwinist's user avatar
1 vote
0 answers
975 views

I'm running an application using Heroku's free plan. The application worked fine for more than half a year, but suddenly on 2021/2/24, it couldn't connect to DB (Postgres). I tried to access the DB ...
Shuhei's user avatar
  • 11
0 votes
1 answer
240 views

I have created an Heroku app to be able to retrieve records (Contracts) from Salesforce and display them on my Heroku app. But I am struggling to write the correct request on my node.js code. ...
Hermann Ouré's user avatar
1 vote
0 answers
52 views

Along with our production org, we have 3 full sync sandboxes, Mule APIs and Heroku. We are in the process of setting up an app, which is really just going to hold a postgreSQL database that is written ...
SBB's user avatar
  • 173
1 vote
1 answer
1k views

I am trying to configure an external object in Salesforce for which the source is a Postgres table that contains approx. 34 million records. I was able to set up the External data Source which ...
rajiv mohanty's user avatar
1 vote
0 answers
143 views

When I connect to Heroku PG using pgAdmin III, I get the following error: 12:41:28 PM: Error: ERROR: column "proisagg" does not exist LINE 9: WHERE proisagg = FALSE AND pronamespace = ...
shubanshii's user avatar
1 vote
1 answer
55 views

I'm currently running a Dockerized NodeJS application that's using Postgres. The Postgres database url is coming as an environment variable, as set by Heroku. While this works great inside my ...
woutr_be's user avatar
  • 111
2 votes
1 answer
300 views

I'm going to make sure this stays specific and not flagged as too broad. I'm putting together an approach to store data in Heroku. This data is relatively simple in nature - it's key/value pairs, ...
Brian Mansfield's user avatar