Inhalte aufrufen

Profilbild

Migration 2.0.2 to 2.2.2

migration

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
8 Antworten zu diesem Thema

#1 Gonzalo

Gonzalo

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 41 Beiträge

Geschrieben: 03 November 2015 - 20:37

Hi all,

 

I would like to know which is the process to migrate from version 2.0.2 to last version 2.2.2 and I would like know if is secure because I have in production from 1 year this version and I don't want lost anything like the pay by card or paypal, i remember that I had a hard fight with banks and paypal :-)

 

and... do you recommended the migration or really there are little changes?

 

thanks very much



#2 Wolfgang Schmerge

Wolfgang Schmerge

    SmartStore AG

  • Administrators
  • 2453 Beiträge

Geschrieben: 04 November 2015 - 13:51

Hi,

 

at first, back up the database and the file system.

After this delete everything in the shop installation directory except the directories "App_Data", "Media" and the file favicon.ico".

Other files and directories that do not belong to the shop system you do not need to delete.

If you have edited the files "user.less" or "custom.less" make a backup and upload them the after the update.

Extract the new version and upload it via ftp. Overwrite existing files except the file "favicon.ico".

That's it.

 

You should definitely perform an update. We have added many new features.

 

Regards,

 

Wolfgang


Shopbetreiber benötigen Ihre Hilfe! Bewerten Sie jetzt Smartstore auf Capterra.

Als Dankeschön erhalten Sie 20 Euro für Ihren nächsten Kauf im Marketplace.

Smartstore bewerten


 

Bleibt gesund!

 

Viele zusätzliche Smartstore Plugins gibt es im MARKETPLACE:
http://community.sma...dex.php?/files/

 

Hier geht es zu den Smartstore Videos:
Smartstore.NET Youtube-Channel
 

Die deutsche Smartstore Online-Dokumentation gibt es hier:
https://smartstore.a...iew?mode=global

In dem folgenden BLOG findet man interessante Tipps & Tricks zum Thema "Smartstore":

http://community.sma...t-tipps-tricks/

 


#3 Gonzalo

Gonzalo

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 41 Beiträge

Geschrieben: 26 November 2015 - 14:58

I understand that any change is necessary into database, correct?

There aren't new tables or fields...

 

Please confirm this...

 

Thanks very much



#4 Gonzalo

Gonzalo

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 41 Beiträge

Geschrieben: 27 November 2015 - 15:12

Hi all,

 

I have compilated without problems and I have uploaded the compilated code but I get same error that this topic...any idea how solve it?

 

https://github.com/s...eNET/issues/324



#5 Gonzalo

Gonzalo

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 41 Beiträge

Geschrieben: 27 November 2015 - 15:20

is urgent I have website down!

I would not like go back by it :-(

 

Thanks



#6 Gonzalo

Gonzalo

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 41 Beiträge

Geschrieben: 27 November 2015 - 19:24

any idea?

 

Error de servidor en la aplicación '/'. File '/.db/themevars.less' not exist.

Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.

Detalles de la excepción: System.IO.FileNotFoundException: File '/.db/themevars.less' not exist.

Error de código fuente:
 

Línea 101:    @Html.Partial("_ClientRes")
Línea 102:
Línea 103:    @Html.SmartCssFiles(this.Url, ResourceLocation.Head)
Línea 104:    @Html.SmartScripts(this.Url, ResourceLocation.Head)
Línea 105:

Archivo de origen: c:\inetpub\wwwroot\Views\Shared\_Root.Head.cshtml    Línea: 103

Seguimiento de la pila:
 

[FileNotFoundException: File '/.db/themevars.less' not exist.]
   BundleTransformer.Less.Translators.LessTranslator.FillDependencies(String rootAssetUrl, LessStylesheet parentStylesheet, DependencyCollection dependencies) +1207
   BundleTransformer.Less.Translators.LessTranslator.InnerTranslate(IAsset asset, LessCompiler lessCompiler, Boolean enableNativeMinification) +600
   BundleTransformer.Less.Translators.LessTranslator.Translate(IList`1 assets) +492
   BundleTransformer.Core.Transformers.TransformerBase.Translate(IList`1 assets, Boolean isDebugMode) +146
   BundleTransformer.Core.Transformers.CssTransformer.Transform(IList`1 assets, BundleResponse bundleResponse, VirtualPathProvider virtualPathProvider, HttpContextBase httpContext, Boolean isDebugMode) +133
   BundleTransformer.Core.Transformers.TransformerBase.Process(BundleContext context, BundleResponse response, Boolean isDebugMode) +445
   System.Web.Optimization.Bundle.ApplyTransforms(BundleContext context, String bundleContent, IEnumerable`1 bundleFiles) +310
   SmartStore.Web.Framework.Themes.SmartStyleBundle.GenerateBundleResponse(BundleContext context) +250
   System.Web.Optimization.Bundle.GetBundleResponse(BundleContext context) +61
   System.Web.Optimization.BundleResolver.GetBundleContents(String virtualPath) +214
   System.Web.Optimization.AssetManager.EliminateDuplicatesAndResolveUrls(IEnumerable`1 refs) +454
   System.Web.Optimization.AssetManager.RenderExplicit(String tagFormat, String[] paths) +35
   SmartStore.Web.Framework.UI.BundleBuilder.Build(BundleType type, IEnumerable`1 files) +621
   SmartStore.Web.Framework.UI.PageAssetsBuilder.GenerateCssFiles(UrlHelper urlHelper, ResourceLocation location, Nullable`1 enableBundling) +975
   SmartStore.Web.Framework.UI.LayoutExtensions.SmartCssFiles(HtmlHelper html, UrlHelper urlHelper, ResourceLocation location, Nullable`1 enableBundling) +91
   ASP._Page_Views_Shared__Root_Head_cshtml.Execute() in c:\inetpub\wwwroot\Views\Shared\_Root.Head.cshtml:103
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +253
   System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +148
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +122
   System.Web.WebPages.<>c__DisplayClass3.<RenderPageCore>b__2(TextWriter writer) +311
   System.Web.WebPages.WebPageBase.Write(HelperResult result) +108
   System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +89
   System.Web.WebPages.WebPageBase.PopContext() +310
   System.Web.WebPages.<>c__DisplayClass3.<RenderPageCore>b__2(TextWriter writer) +311
   System.Web.WebPages.WebPageBase.Write(HelperResult result) +108
   System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +89
   System.Web.WebPages.WebPageBase.PopContext() +310
   System.Web.WebPages.<>c__DisplayClass3.<RenderPageCore>b__2(TextWriter writer) +311
   System.Web.WebPages.WebPageBase.Write(HelperResult result) +108
   System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +89
   System.Web.WebPages.WebPageBase.PopContext() +310
   System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +375
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +90
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +833
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +81
   System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +186
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
   System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +29
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +67
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +53
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +36
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
   System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +44
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +67
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +399
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +137

 

Información de versión: Versión de Microsoft .NET Framework:4.0.30319; Versión ASP.NET:4.6.114.0 



#7 Gonzalo

Gonzalo

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 41 Beiträge

Geschrieben: 30 November 2015 - 20:04

Nobody help me? :-(

 

Please ;-)



#8 Murat Cakir

Murat Cakir

    SmartStore AG

  • Administrators
  • 1118 Beiträge

Geschrieben: 01 December 2015 - 19:02

I'm on it. Trying really hard to reproduce and debug. Not so easy, since it's an environmental issue.


Murat Cakir
SmartStore AG


#9 Murat Cakir

Murat Cakir

    SmartStore AG

  • Administrators
  • 1118 Beiträge

Geschrieben: 01 December 2015 - 23:41

Hi Gonzalo,

 

are you GonMor from GitHub? If yes, glad to hear it works now for you. And indeed, publishing from within Visual Studio is not supported at this moment.


Murat Cakir
SmartStore AG



Auch markiert mit einem oder mehrerer dieser Schlüsselwörter: migration