Skip to content

Migrate code to use PostgreSQL instead of MongoDB#126

Open
schdief wants to merge 1 commit intomasterfrom
migrate-postgresql
Open

Migrate code to use PostgreSQL instead of MongoDB#126
schdief wants to merge 1 commit intomasterfrom
migrate-postgresql

Conversation

@schdief
Copy link
Copy Markdown
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