Jump to content

Git / Version Control?


Osorio
 Share

Recommended Posts

Hi!

I want to start using Version Control during site development with PW, but I'm not sure how to do this, especially regarding the changes that don't happen in the filesystem but in the database.

Any Recommendations?  :)

Link to comment
Share on other sites

Yes you can do version control with git using processwire

(I recommend gitlab in order to host the code

https://gitlab.com/ )

https://processwire.com/talk/topic/7441-using-git-instead-of-ftp-in-shared-hostings/

But version controlling a database is something I do not have experience.

A quick search drops this result

http://programmers.stackexchange.com/questions/241109/is-backing-up-a-mysql-database-in-git-a-good-idea

Maybe you can go and make a database dump and git control that file.

and using git anex https://git-annex.branchable.com/ in order to keep large files.

:P

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...