Shiver

Results 3 issues of Shiver

add blog of Shiver for stage 1 and stage 2

将Oceanbase镜像版本更新到了最新长期支持版本`4.3.5-lts` 同时解决了 [Issue 4642](https://github.com/labring/FastGPT/issues/4642) 提到的部署问题。 部署失败的原因在于,`docker-compose.yml`中的, ``` test: [ 'CMD-SHELL', 'obclient -h$OB_SERVER_IP -P2881 -uroot@$OB_TENANT_NAME -p$OB_TENANT_PASSWORD -e "SELECT 1;"' ] ``` 在被docker-compose解析时,可能会存在环境变量不能被解析的情况,这时command就变成了 ``` "Test": [ "CMD-SHELL", "obclient -h -P2881 -uroot@ -p...

size/XS

### Windows Version Microsoft Windows [Version10.0.22631.5189] ### WSL Version 2.3.26.0 ### Are you using WSL 1 or WSL 2? - [x] WSL 2 - [ ] WSL 1 ### Kernel...