Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgres version doc update #9766

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Conversation

bleonard
Copy link
Contributor

@bleonard bleonard commented Jan 24, 2022

What

I was running airbyte on an old computer that had Postgres 9.4 on it. The docs said it would be ok.
But I received these kind of errors when syncing (source: github, destination: postgres).

create  index if not exists
"ba498949f97eb58edc0d479256d87145"
on "airbyte".public."collaborators" using btree

It turns out IF NOT EXISTS was not in 9.4 but was in the 9.5 version.

Note: I have not actually tested on 9.5, but I do know 9.4 doesn't work.

How

Update documentation

🚨 User Impact 🚨

No functionality impact.

@CLAassistant
Copy link

CLAassistant commented Jan 24, 2022

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the area/documentation Improvements or additions to documentation label Jan 24, 2022
@marcosmarxm
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants