Questions tagged «maintenance»



4
如何处理巨大的sales_flat_quote表-删除废弃的购物车垃圾
情况 在我们的magento数据库中,我们有三个表太大了。 sales_flat_quote_shipping_rate:3045MB sales_flat_quote_address:1688MB sales_flat_quote:1897MB 超过6GB的数据。 我找到了有关如何截断这些表的文章。本文只讲第三张桌子。 我不确定会被截断,因此我希望删除所有早于60天的数据。这篇文章谈到了1700万条记录-我们有20条!如果我是正确的话,删除这些记录将不会锁定该表,并且我目前正在测试安装中对其进行测试。这似乎可行,并且与网站没有太多冲突。 问题 我想知道是否也可以对其他两个表使用相同的查询? 我想知道这些表是干什么用的。
13 mysql  log  maintenance 

3
在多网站多域设置中按网站转换维护模式
在多网站-多域设置中按网站翻译维护模式 在多网站和多域环境中翻译(本地化)维护页面的正确方法是什么? 设置成: MAGENTO_ROOT / index.php MAGENTO_ROOT / zh / index.php MAGENTO_ROOT / us / index.php MAGENTO_ROOT / somecode / index.php 假设通过以下方式可使用商店: http://MagentoExample.com/index.php(默认) http://MagentoExample.uk/(英国) http://MagentoExample.us/(我们) http://MagentoExample.com(somecode) 我可以很容易地看到一些解决方案,但是与实际的,干净的解决方案相比,所有这些解决方案似乎都是一种解决方法。 您如何解决这个问题?

4
Magento2设置维护模式
我通过添加文件启用维护模式var/.maintenance.flag,但出现错误: Unable to proceed: the maintenance mode is enabled. #0 /backup/html/magento2/vendor/magento/framework/App/Bootstrap.php(256): Magento\Framework\App\Bootstrap->assertMaintenance() #1 /backup/html/magento2/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http)) #2 {main} 我什至尝试使用以下命令启用它: bin/magento maintenance:enable 另外,启用生产模式后,清除缓存仍然无法获得503页。请帮忙!
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.