RickSKy

Results 15 comments of RickSKy

@mihelm ![image](https://github.com/sameersbn/docker-gitlab/assets/17066054/151c8739-84b1-4f0c-b943-c7a0be652fba) Before upgrading 15.6, the first step was to upgrade Postgres to 14, as shown in the figure. Following the official upgrade path, it is possible to upgrade to...

@brucewu16899 @mihelm thanks, I have build 16.1.6 locally and update from 16.1.5 to 16.1.6 succussfully. then try to update to 16.3.7, the error log is same with before: ```bash gitlab-1...

Firstly, rusttls uses ring which does not support riscv/mips64el, etc. In such cases, using native-tls may be a better choice. Additionally, in some scenarios, TLS may not be necessary (e.g....

```rust #[tokio::main] async fn main() -> Result { println!("hello world"); } ``` And mips64el-unknown-linux-gnuabi64 works. Maybe it is not compatible for mips64el's musl?

The above method can only obtain HttpInfo when there is a response. However, in certain scenarios, such as when downloading a file and being intercepted by a security product (e.g.,...