Skip to content

Using Github for web development that uses a database. #22927

Discussion options

You must be logged in to vote

Hello @robbert-cognito,

Welcome to the GitHub community forums. :slight_smile:

GitHub is version control for files mostly — in terms of version control for databases, you could store database schema changes but the actual contents of the database is probably best backed up separately on a dedicated file service since it’ll be a hefty filesize that GitHub won’t necessarily cope well with.

That said, you can store and version large files on GitHub using Git Large File Storage - https://git-lfs.github.com/

To learn more about how GitHub works, I recommend reading the guides available at https://guides.github.com/

​If there’s anything else I can help you with, let me know; so happy to help fu…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants