On Wed, Sep 16, 2015 at 2:27 PM Samrat shah <[email protected]> wrote:

> Hi All,
>
> I am new to Heroku. I am trying to reinsert some of the error ed  record.
> I need to connect to Heroku database and run the query. Can I connect to
> database and run my query within Heroku connet app? If not what is the best
> way to achieve this outside Heroku. Anyhelp is much appreciated.
>

One of my colleagues and eldest hackers on Heroku Connect, Scott
Persinger, writes:

"""
I think he's asking how to run pg:psql !

He should:
  1. User heroku pg:psql to connect to his database
  2. use "update <table> where XX" to touch rows to re-send them to SF
"""

Sounds like triggering any kind of update in the record at hand is the
workaround for this situation where Connect has given up for some reason.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Heroku Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to