Lonelyleaf
Lonelyleaf
@abelletti You're right, I can fix this issue by create a new bucket, thanks. Hope IInfluxdata can add some feature to fix corrupted data in bucket.
@zhanghongtong Before I restart the container,emqx keeps report some error and can't serve connection,so I run `docker-compose rm -sf emq` and `docker-compose up -d`,then I receive the error. But now...
I just change the default service to nodeport like below. ``` apiVersion: v1 kind: Service metadata: name: timescaledb-single namespace: timescaledb-single spec: externalTrafficPolicy: Cluster ports: - name: postgresql nodePort: 31577 port:...
@wilkinsona Thank you , I solved my problem by your reply,though it dosen't work directly.Need to change a little bit in spring boot webflux. ``` @Configuration @EnableWebFlux public class WebConfig...
@wilkinsona I did use `@EnableWebFlux` in a `WebFluxConfigurer` class like above I posted.
@wilkinsona Many thanks for your explain 😀
Thanks for your explain,I think whether restoring from previous backup is default or not. The function of call pgbackrest command mannually is quite important. In some cases people may not...
太久没看这个项目了,你把编译失败中文给我看下,不要给我乱码。估计是环境问题
> > 太久没看这个项目了,你把编译失败中文给我看下,不要给我乱码。估计是环境问题 > > 全部设置为utf-8编码了,但是还是这样子。idea插件也安装了,没起作用,不知道什么原因。 你要使用命令去编译,win下这个乱码问题idea一直都有