Hi,
We have a development and production environment (using GIT). We installed uSync to migrate schema and content and it works fine (when it works). But we can't migrate SEOChecker. There is no SEOChecker nuget package, I mean there is but it doesn't support Umbraco, it's some older version. So we installed it as a package from Umbraco backoffice.
My question is, how can we preserve all the configurations from dev to prod environment? uSync obviously doesn't do that, right?
Also, when I install SEOChecker, commit the code, when other developer pulls the changes he can't see it in the backoffice even though he has the files. So what are we doing, we commit SEOChecker plugin folder and backup SEO tables in SQL, that way we manually restore all the configuration (data).
This approach is not the best and it may lead to data loss.
Thanks :)
SEO Checker backup
Hi, We have a development and production environment (using GIT). We installed uSync to migrate schema and content and it works fine (when it works). But we can't migrate SEOChecker. There is no SEOChecker nuget package, I mean there is but it doesn't support Umbraco, it's some older version. So we installed it as a package from Umbraco backoffice. My question is, how can we preserve all the configurations from dev to prod environment? uSync obviously doesn't do that, right? Also, when I install SEOChecker, commit the code, when other developer pulls the changes he can't see it in the backoffice even though he has the files. So what are we doing, we commit SEOChecker plugin folder and backup SEO tables in SQL, that way we manually restore all the configuration (data). This approach is not the best and it may lead to data loss. Thanks :)
is working on a reply...