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

Production-ready versioning + docker + migrations #16

Open
omid opened this issue Aug 17, 2021 · 3 comments
Open

Production-ready versioning + docker + migrations #16

omid opened this issue Aug 17, 2021 · 3 comments

Comments

@omid
Copy link
Collaborator

omid commented Aug 17, 2021

Seems like:

  • there is no git versioning (tagging)
  • the existing docker is only for development
  • there is no migration, only the dbinit.sql

We need to have a production-ready code here, with proper versioning, production-ready docker, and migration scripts.

@fmeringdal
Copy link
Owner

Yep, definitely some work needed to make it more production ready. I think the server should follow SemVer versioning, the same goes with the SDK.
Do you think we need a separate binary to handle the migration process?

@omid
Copy link
Collaborator Author

omid commented Aug 17, 2021

I would say yes.

Because normally we need to run it while deployment, and in case we have several instances of the server, it will be executed several times.

@omid
Copy link
Collaborator Author

omid commented Aug 22, 2021

I address the migration part of this issue, within #23

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

No branches or pull requests

2 participants