ZhelinCheng / ghost-qcloud-cos

Ghost Tencent Cloud COS storage module.(Ghost腾讯云对象存储模块)
MIT License
10 stars 2 forks source link

Old instance migration #10

Closed ljy19891118 closed 2 years ago

ljy19891118 commented 2 years ago

Hi Cheng,

I'm glad to deploy your adapter for Tencent COS in my Ghost Website.

However, after I finished all the setting and restart Ghost, none post could open normally, and show me a 400 like this:

image

Even I create a totally new post and publish it, I find the images have been already uploaded onto the Tencent COS, it's still showing the 400 now.

My configure like this: { "url": "https://............", "server": { "port": 2368, "host": "127.0.0.1" }, "database": { "client": "mysql", "connection": { "host": "......", "user": "......", "password": "......, "database": "........" } }, "mail": { "transport": "Direct" }, "logging": { "transports": [ "file", "stdout" ] }, "process": "systemd", "paths": { "contentPath": "/var/www/blog/content" }, "storage": { "active": "ghost-qcloud-cos", "ghost-qcloud-cos": { "SecretId": ".......", "SecretKey": ".......", "Bucket": ".......", "Region": "ap-beijing" } } }

Looking forward your reply, thanks.

ZhelinCheng commented 2 years ago

把cos相关配置取消掉呢?可以正常访问吗?顺便看看这个错误是不是响应的403

ljy19891118 commented 2 years ago

是的,当COS相关配置移除后,一切回复正常。

浏览器控制台中看到不是403,就是400

image

BTW, Ghost version is 4.41.3

ZhelinCheng commented 2 years ago

因为安装依赖的时候可能会用到root权限,你可以看看content/adapters/storage这个目录的所属组和用户是不是ghost,不是的话改一下看看。

ljy19891118 commented 2 years ago

确实不是ghost,但是修改为ghost后,问题依旧😅

ZhelinCheng commented 2 years ago

这就很尴尬了,我自己也是用的这个,要不你换一个安装方式?

ljy19891118 commented 2 years ago

另外一种安装方式也不行,于是我尝试将Ghost升级到最新的版本,但是Ghost最近发生了大版本升级,不再支持MySQL5.*,于是我将Ghost迁移到了有8.0数据库的服务器,重新试了您的adapter,结果就好了。 因为环境变化太大,我也不确定是那个原因修复了这问题,但我想将解决的过程告诉您知道。