You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pg version 8.7.1, running postgrator without a postgrator.json file will error out:
TypeError [ERR_INVALID_ARG_TYPE]: The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received an instance of Object
Downgrading to 8.2.1 solves the issue. I don't know which version introduces the change, but the issue is that pg no longer likes the options: { encrypt: boolean } option
The text was updated successfully, but these errors were encountered:
With
pg
version8.7.1
, runningpostgrator
without apostgrator.json
file will error out:Downgrading to
8.2.1
solves the issue. I don't know which version introduces the change, but the issue is thatpg
no longer likes theoptions: { encrypt: boolean }
optionThe text was updated successfully, but these errors were encountered: