-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
Explain how (not) to upgrade OpenSaas #240
Comments
Thanks for the clarification. Please recommend the best course of action in creating a new project. Is the |
template vs demo code vs docs -> yup that is confusing indeed, atlhgouh it is aimed for us core developers, you as an opensaas user shouldn't have to worry about that! We are not yet sure if we will stick with the app_diff approach, it is a bit uncommon approach, something we are experimenting with. |
Got it. Thank you for the reply. I have been looking at the repo because of the relatively high number of commits. An indication that there is still work in progress. Generating a new saas project from the CLI, what is the suggested way to merge the new commits into the project? |
Thanks for letting me know! Ah yes we are always improving something :). That doesn't neccesarily mean that current version is in bad shape, just that we are getting new ideas how to do stuff better. We are also keeping it up to date with new versions of Wasp. Merging new commits -> we don't recommend doing it, opensaas is not meant to be updated, it is a starter. If you really do want to pull in the changes, it is best to do it manually -> take a look at the new code (either in template/ or by creating new project on your machine) and pick what you like. Or alternatively go the opposite direction: create new fresh project from CLI and carry over your own code from older project, whatever works easier. |
Okay. May I suggest to adopt at some point the idea of releases to facilitate such process? If nothing else, having release notes and release dates helps in understanding whether updating may be helping an existing application or not and the cherry picking process you are referring to. Cheers. |
We had a couple of questions how to best upgrade existing OpenSaas project when new version comes out. We should make it clear you are not really meant to easily upgrade it, but that you might want to cherry-pick changes that you like, as it is a starter project.
The text was updated successfully, but these errors were encountered: