Syncing and linking |
I'm already using Migrations, which is a fantastic feature. However, my live site's data is constantly changing. I frequently add more files and entries to the website, while my development site lags behind. It's not practical to add data manually to both sites. So, I've been looking for a more efficient solution, similar to something like 'rake db:restore' in Rails. I want a way to easily sync and update the data between my development and live sites.
|
Messages In This Thread |
Syncing and linking - by trunky - 09-04-2023, 10:38 AM
RE: Syncing and linking - by ozornick - 09-04-2023, 01:15 PM
RE: Syncing and linking - by kenjis - 09-04-2023, 07:58 PM
RE: Syncing and linking - by ozornick - 09-04-2023, 08:41 PM
RE: Syncing and linking - by kenjis - 09-04-2023, 09:01 PM
RE: Syncing and linking - by trunky - 09-05-2023, 09:29 AM
RE: Syncing and linking - by JustJohnQ - 09-05-2023, 10:54 AM
RE: Syncing and linking - by Sebastian - 10-30-2023, 12:57 PM
|