RickSKy
RickSKy
@mihelm  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.,...