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

Deploy databases #29

Merged
merged 6 commits into from
Apr 12, 2024
Merged

Deploy databases #29

merged 6 commits into from
Apr 12, 2024

Conversation

Process-ing
Copy link
Contributor

@Process-ing Process-ing commented Apr 2, 2024

Closes #18

To deploy the PostgreSQL database, you just need to setup the development cluster and run the deploy-cnpg-dev.sh script (in services/databases/postgresql/) for development, and deploy-cnpg-prod.sh for production. The exact same applies to the MongoDB database, with the exception that you run deploy-mongodb-dev.sh or deploy-mongodb-prod.sh (in services/databases/mongodb/).

Copy link
Member

@LuisDuarte1 LuisDuarte1 left a comment

Choose a reason for hiding this comment

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

Great work! 🚀

@LuisDuarte1 LuisDuarte1 merged commit 8e27f47 into main Apr 12, 2024
3 checks passed
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.

Deploy Postgres and MongoDB without using distributed storage
2 participants