Hi, what I need is to develop the website locally (like on Docker/Laragon/Lando) and push changes (code + database) to VPS. The VPS runs live website with user data. So, If something changes in local development (like we added a table or a column to the database), we have to add it to the website running on VPS without changing the live users’ data. Similar with code. On the other hand, it would be good to pull the current state (like fresh database data) from the VPS to the local development (sync local and dev). Normally, this would be done with git, CI/CD etc but I am feeling lazy, so the question is: can this be done with WPVivid plugin? If so, what I need to buy? Do I need just 1 licence for WPVivid Pro or 2? Do I need something in additon to it? Like Database Merging Plugin for 2 sites (is it an addon for WPVivid?) Do i need to buy something else? Thank you.
EDIT: Oh actually, I need to know if the push will migrate all the changes to VPS (like code changes, db changes, uploaded files etc.).