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

Switch from Azure Postgres single server to flexible server #54

Merged
merged 2 commits into from
Jan 21, 2024

Conversation

giulio-giunta
Copy link
Contributor

@giulio-giunta giulio-giunta commented Jan 1, 2024

Switched from Azure Postgres single server to flexible server, removed deployment of Postgres database in pod, adjusted database connection settings

Description

Switched from Azure Postgres single server, which has reached the end of support, to Postgres flexible server, which supports new versions of Postgres.

Related Issue

"resolves #53"

Motivation and Context

Azure Postgres single server only supports older versions of Postgres, which are no longer supported by the Django version installed in the Geek Zone app.

How Has This Been Tested?

I tested by manually applying the terraform and Kubernetes templates, until I could connect the Geek Zone backend to the managed Azure Postgres database.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…d deployment of Postgres database in pod, adjusted database connection settings
…ecret to reflect new database connection settings, removed deployment of Postgres in pod
Copy link

sonarcloud bot commented Jan 1, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@giulio-giunta giulio-giunta changed the title Switched from Azure Postgres single server to flexible server Switch from Azure Postgres single server to flexible server Jan 1, 2024
@giulio-giunta giulio-giunta merged commit 1b8116e into main Jan 21, 2024
16 checks passed
@giulio-giunta giulio-giunta deleted the feature-53 branch January 21, 2024 14:15
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.

Change managed Postgres database from PostgreSQL Single server to a PostgreSQL Flexible server
2 participants