You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Yorkie server operates with MongoDB as its primary database, and api.yorkie.dev cluster runs MongoDB on K8s using bitnami/mongodb-sharded chart. This chart simplifies the installation of MongoDB Sharded Clusters, but the management tasks such as data backups, restorations, and vertical & horizontal scaling require manual configurations.
At the recent Daangn Tech meetup, PSMDB (Percona Server for MongoDB) was presented as a potential solution that offers built-in capabilities for creating Sharded Clusters along with features for vertical and horizontal scaling, as well as backup and restoration.
I propose that we evaluate PSMDB for potential adoption to streamline our database operations. The evaluation should focus on:
Database updates
Vertical & horizontal scaling
Backup & restoration: S3 backup storage, backup scheduling, and management of backup lists
Adopting PSMDB could significantly enhance our operational efficiency and reduce the complexity involved in managing our MongoDB deployment. This transition will help us maintain a more robust and scalable environment for Yorkie server.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Currently, Yorkie server operates with MongoDB as its primary database, and
api.yorkie.dev
cluster runs MongoDB on K8s using bitnami/mongodb-sharded chart. This chart simplifies the installation of MongoDB Sharded Clusters, but the management tasks such as data backups, restorations, and vertical & horizontal scaling require manual configurations.At the recent Daangn Tech meetup, PSMDB (Percona Server for MongoDB) was presented as a potential solution that offers built-in capabilities for creating Sharded Clusters along with features for vertical and horizontal scaling, as well as backup and restoration.
I propose that we evaluate PSMDB for potential adoption to streamline our database operations. The evaluation should focus on:
PSMDB Installation:
Why is this needed:
Adopting PSMDB could significantly enhance our operational efficiency and reduce the complexity involved in managing our MongoDB deployment. This transition will help us maintain a more robust and scalable environment for Yorkie server.
The text was updated successfully, but these errors were encountered: