Closed bunsenmcdubbs closed 6 years ago
Hey y'all! A deployment of this PR can be found here: https://SponsorshipPortal-migration.pr.hack.gt
How does this work when we're migrating from tiedot to postgres?
@illegalprime This is essentially a regression (technically #55 was the regression). tiedot (and any persistence) has been completely removed and we are re-implementing that functionality with postgres here
Waiting for HackGT/biodomes#16 to be merged and deployed before wants: postgres
stanza is supported.
We can now run database migrations using the
--migrate
flag! Example:go run main.go --migrate
orgo build . && ./SponsorshipPortal --migrate
(You have to have the correct database config/connection strings as environment variables).Open questions:
/_health
endpoint while database is in a dirty (incomplete) migration state. (bbd2a0c)CREATE DATABASE
) for each PR automatically so we can isolate issues. ✅ Ideally HackGT/biodomes#16 is implemented and takes care of this.Continues/will finish move to PostgreSQL (#44)