-
Notifications
You must be signed in to change notification settings - Fork 2
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
Define acceptance test for database deliverable #41
Conversation
docs/acceptance/db.md
Outdated
Set the database environment variables in `db.env`: | ||
|
||
```bash | ||
DB_HOST=localhost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's really handy to just use the standard Postgres environment variables rather than more generic DB_ variables. This allows you to just set the environment and run the app or use psql or any other tooling that uses the standard environment variables without having to set the variables multiple times or to need to use command line parameters. PGPORT, PGDATABASE, PGUSER, PGPASSWORD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened a PR for this specific change.
Add remote database url. Modify attribute naming convention. Remove chunking scripts.
ff08239
to
1ff3ada
Compare
ugh, sorry everyone. I made some mistakes with git here. I pushed a new commit with that replicates the state of the env vars. I deployed the changes to Would love a last look from @vincentsarago , @bitner or @alukach and this would be good to merge! |
What I Changed
Acceptance test documentation for the database deliverable.
How to Test
Follow the steps in the acceptance test.
Other Notes
I'd appreciate a review from @bpstewar, and someone from the DevSeed team (@alukach, @bitner or @vincentsarago)