Andy6132024
Andy6132024
3.0.0 also has this issue.
> > 3.0.0 also has this issue. > > Please delete the `~/.paddlex/official_models` directory to remove the old models. Hi, it's a fresh deployment so there's no old model in...
> > > > 3.0.0 also has this issue. > > > > > > > > > Please delete the `~/.paddlex/official_models` directory to remove the old models. > >...
> If the need is only to backup etcd meta, then `backup` command will do. No restore supported yet. Actually, I would like to create some automation job which backs...
Hi @congqixia, I just want to follow up again on this topic. I am trying to implement a tool which automatically backup etcd on a schedule. The `backup` command can...
> --olc="#connect --etcd [etcd-address] --auto,backup" ```./bin/birdwatcher --olc="#connect --etcd [etcd-address]:[port] --auto,backup"``` It works, Ty!
@congqixia Is there a plan to implement restore?
Hi @congqixia, I believe without the procedure to restore, the backup file is not very useful. It's not exactly an ETCD snapshot, but encoded data (protobuf) of various content.
If I may, I'd like to request a small feature which checks if the number of binlog files to be copied in the source bucket matches the number of copied...
[Bug]: Missing field when appending row at calling importV2 when a field is the output of a function
seems have fixed in https://github.com/milvus-io/milvus/pull/40742