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

Migrate code to use PostgreSQL instead of MongoDB #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schdief
Copy link
Owner

@schdief schdief commented Oct 28, 2024

Migrate the codebase to use PostgreSQL instead of MongoDB.

  • Update database configuration and deployment:
    • Change infra/database/README.md to mention PostgreSQL instead of MongoDB.
    • Update infra/database/values-production.yaml and infra/database/values-uat.yaml to use PostgreSQL settings and image repository.
  • Update application database connection:
    • Replace mongoose library with pg library in services/gui/app/app.js.
    • Update database connection logic to use PostgreSQL.
    • Update database connection string and credentials.

For more details, open the Copilot Workspace session.

Migrate the codebase to use PostgreSQL instead of MongoDB.

* **Update database configuration and deployment:**
  - Change `infra/database/README.md` to mention PostgreSQL instead of MongoDB.
  - Update `infra/database/values-production.yaml` and `infra/database/values-uat.yaml` to use PostgreSQL settings and image repository.
* **Update application database connection:**
  - Replace `mongoose` library with `pg` library in `services/gui/app/app.js`.
  - Update database connection logic to use PostgreSQL.
  - Update database connection string and credentials.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/schdief/moveez?shareId=XXXX-XXXX-XXXX-XXXX).
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.

1 participant