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

Update README, team postgres version to 10.7 #4332

Closed
4 tasks done
lbeaufort opened this issue May 4, 2020 · 2 comments
Closed
4 tasks done

Update README, team postgres version to 10.7 #4332

lbeaufort opened this issue May 4, 2020 · 2 comments
Assignees
Milestone

Comments

@lbeaufort
Copy link
Member

lbeaufort commented May 4, 2020

What we're after:
When we moved to aurora our documentation became out of date. We should get the documentation and get updated versions for the team.

Related tickets:

Completion criteria:

  • Update README, team postgres version to 10.7
  • Double check the drivers
  • Remind the team to update their versions
  • Open any followup tickets as necessary
@hcaofec
Copy link
Contributor

hcaofec commented Jun 23, 2020

  1. The description in README has been updated
  2. Current PG drivers works fine
  3. PG 10.13 has been installed on local computer, and works fine. Recommend team to upgrade local PG to latest 10. Here are the steps:
    brew services stop postgresql@9.6
    brew uninstall postgresql@9.6.
    brew install postgresql@10
    ---(update PATH in .bash_profile)---
    brew services start postgresql@10
  4. It is recommend to create a new virtual environment
  5. To test new database
    re-create cfdm_test, and run invoke create_sample_db
    run pytest
    psql cfdm_test

To check PG version:
which postgres
psql --version (show: 10.13)

@hcaofec
Copy link
Contributor

hcaofec commented Jun 23, 2020

This /.circleci/config.yml still has old version of Python and PG.
Follow-up ticket is created for further action if necessary.
#4425

PR was merged, so closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants