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

Migrage planet feed list to supabase script #3370

Merged
merged 4 commits into from
Apr 1, 2022

Conversation

DukeManh
Copy link
Contributor

Fixes #3359.

This modifies the current Migrate service to migrate the Planet Feed List to Supabase.

Ideally, we only need to run this once on production and start managing all feeds there.

Once the production database is populated, I think we can use it for development as well because the feeds table has RLS rules that allow reading to all users and deleting/updating for feed owners.

@gitpod-io
Copy link

gitpod-io bot commented Mar 31, 2022

humphd
humphd previously approved these changes Mar 31, 2022
@humphd humphd requested a review from manekenpix March 31, 2022 21:28
@DukeManh DukeManh self-assigned this Apr 1, 2022
@TueeNguyen TueeNguyen added this to the 3.0-alpha Release milestone Apr 1, 2022
tools/migrate/README.md Outdated Show resolved Hide resolved
tools/migrate/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@TueeNguyen TueeNguyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, it works

@DukeManh DukeManh merged commit 18c8e39 into Seneca-CDOT:master Apr 1, 2022
@DukeManh DukeManh deleted the planet-to-supabase branch April 1, 2022 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write Postgres Seed script to popluate Feeds table in production and development
3 participants