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

Migration plan for the backend of the website #394

Open
1 of 12 tasks
Sanix-Darker opened this issue Apr 1, 2023 · 0 comments
Open
1 of 12 tasks

Migration plan for the backend of the website #394

Sanix-Darker opened this issue Apr 1, 2023 · 0 comments

Comments

@Sanix-Darker
Copy link
Member

Sanix-Darker commented Apr 1, 2023

MIGRATION PLAN

These are a few steps for migrating the website's backend along with the stack.

  • Write a migration script to connect to the GCP account and extract all data.
  • LIVE @tericcabrel Postgres db up and running.
  • @tericcabrel Import data (users/projects) to the db (staging db)
    • Create tables on the db
    • Write the script to import those datas to the database
  • @Sanix-Darker Make the backend communicate with the database
  • @tericcabrel Make the frontend communicate with the backend
  • @elhmn Make Crawler fetch github/twitter datas and insert those to the database
  • @elhmn Make Hermes works again with the actual database.
  • Run the migration (#3) on the real db.
  • Make the backend point on the real db.
  • Make the crawler point on the real db.

NOTE: the current db is the staging one on oss servers.

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

No branches or pull requests

1 participant