K
K
karpo5182017-01-31 10:13:19
PHP
karpo518, 2017-01-31 10:13:19

How to track changes in GIT that affect files and databases?

Is there a universal solution that allows you to track and roll back changes to the site, including those that affect files and databases at the same time? How, for example, to organize the revision of the site on 1C Bitrix through GIT? Interested in solutions that can be used for popular CMS in PHP.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2017-01-31
@OnYourLips

No, git is a version control system. You need migrations and a deploy utility with release support.

I
Ivan Filatov, 2017-01-31
@NYMEZIDE

git tool.
GitFlow - BitBucket's approach -
RedGate
SQL Source Control repositories - for versioning the database via GIT
, this will be enough to solve your problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question