找回密码
 立即注册

只需一扫,快速开始

QQ登录

只需一步,快速开始

搜索
查看: 25443|回复: 2

[教程分享] DISCUZ远程附件切换为本地附件的方法

[复制链接]

8万

主题

418

回帖

9万

积分

管理员

积分
94486
QQ
发表于 2019-3-24 13:00:38 | 显示全部楼层 |阅读模式
当discuz开启远程附件后,如需要切换为本地附件,大体是3个步骤:

一、将远程附件配置信息删除。
  • 如果你配置了discuz自带远程附件,删除配置信息。 关闭远程附件。
  • 如果你使用了我们的oss插件, 直接关闭插件即可。
二、将远程附件的文件,同步到本地。

  • 直接下载远程附件目录,对应到discuz的附件目录,默认是/data/attachement
三、切换数据库,修改是否为远程附件字段为0(注意先备份数据库)

提醒下,不同网站表前缀可能不一样,此处为默认pre_

  1. update pre_forum_attachment_0 set remote = '0';
  2. update pre_forum_attachment_1 set remote = '0';
  3. update pre_forum_attachment_2 set remote = '0';
  4. update pre_forum_attachment_3 set remote = '0';
  5. update pre_forum_attachment_4 set remote = '0';
  6. update pre_forum_attachment_5 set remote = '0';
  7. update pre_forum_attachment_6 set remote = '0';
  8. update pre_forum_attachment_7 set remote = '0';
  9. update pre_forum_attachment_8 set remote = '0';
  10. update pre_forum_attachment_9 set remote = '0';
复制代码

  1. update pre_portal_article_title set remote=0;
  2. update pre_portal_attachment set remote=0;
  3. update pre_portal_topic_pic set remote=0;
复制代码

  1. update pre_home_pic set remote=remote-1;
复制代码


回复

使用道具 举报

8万

主题

418

回帖

9万

积分

管理员

积分
94486
QQ
 楼主| 发表于 2019-4-9 20:12:52 来自手机 | 显示全部楼层
qq
回复

使用道具 举报

8万

主题

418

回帖

9万

积分

管理员

积分
94486
QQ
 楼主| 发表于 2019-4-9 20:13:00 来自手机 | 显示全部楼层
qqaa
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册   

本版积分规则

QQ|Archiver|手机版|小黑屋|站秘书 ( 蜀ICP备15034504号-3 )

GMT+8, 2024-11-23 16:11 , Processed in 0.237821 second(s), 46 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表