I hope this message finds you all well. I’m a newcomer to the Open edX world and represent a non-profit organization in the education sector. We have recently installed Tutor Open edX for team evaluation and are now looking to plan a custom installation in Azure Kubernetes Service (AKS) for our organization.
As we embark on this journey, we have a few concerns and questions that we would greatly appreciate your thoughts and suggestions on:
Database Configuration
We are in need of separate database configurations for MySQL and MongoDB. Could you please provide guidance on how we can configure these databases separately within the Tutor Open edX setup?
Upgrade and Update Procedure
We want to ensure a smooth process for future upgrades and updates using Tutor Open edX. We would greatly appreciate any recommendations, best practices, and guidelines on how to handle these procedures effectively. (We need to confirm Tutor is the only way for the installation and futher management, or there is a simple way like pull openedx platform from the repo?)
Migration from Existing LMS Solution
We currently have an existing LMS solution that we plan to migrate from to Open edX. If anyone has experience or knowledge in this area, we would be grateful for any resources, recommended practices, or guidance on how to approach the migration process.
We understand that the Open edX community is filled with experienced individuals who have deep knowledge of the platform. We are eager to learn from your expertise and benefit from your insights.
We would like to express our sincere gratitude in advance for any thoughts, suggestions, recommended resources, or any other form of support you can provide. Your contributions will be invaluable as we navigate our way through this custom installation and migration process.
Thank you all for your time and assistance. We look forward to engaging with the Open edX community and learning from your collective wisdom.
A lot of the questions you’re asking here are pretty large and a bit too complex to answer in a single forum post. In fact they’re each a project/thread in themselves, and depend pretty heavily on the specifics of your situation. I wanted to give a little time to see if someone was up for taking a stab at them, but I think your best course of action is likely to be to work with one of the consulting organizations in the community directly. I’m biased, but I can tell you OpenCraft would certainly be interested in helping you tackle these problems.
I’m bumping the email thread I sent you earlier since it contains a link where we can touch base and talk about specifics. Hope to talk with you soon!
@KFC_kenneth hope you are doing well and moved one step forward to get few solutions of your problem. but here is my reply which may help you at some extant.
We have recently installed Tutor Open edX for team evaluation and are now looking to plan a custom installation in Azure Kubernetes Service (AKS) for our organization.
tutor is designed in such a way that it is not dependent on any one cloud platform. which is really a best part of it.
Database Configuration
We are in need of separate database configurations for MySQL and MongoDB. Could you please provide guidance on how we can configure these databases separately within the Tutor Open edX setup?
Yes you can address this and separate out mysql and monogndb location to scale application and saparate out data part.
We want to ensure a smooth process for future upgrades and updates using Tutor Open edX. We would greatly appreciate any recommendations, best practices, and guidelines on how to handle these procedures effectively. (We need to confirm Tutor is the only way for the installation and futher management, or there is a simple way like pull openedx platform from the repo?)
Yes, as per offical documentation tutor is the only flexible and easiest way to install platform.
Migration from Existing LMS Solution
We currently have an existing LMS solution that we plan to migrate from to Open edX. If anyone has experience or knowledge in this area, we would be grateful for any resources, recommended practices, or guidance on how to approach the migration process.
This requires good understanding of your existing platform and how you are creating import script to import all course content and user data.
Thanks for your reply. Let me update my progress, I managed to tutor k8s start / stop in Azure Kubernetes, have a bit experience on adding customize translations for MFEs. Rebuild image for openedx and mfe. Azure ComosDB is burning money, so we plan to stick with MongoDB pod from openedx. MiniO may be not configured properly to Azure storage so CMS course import is not working.