Andy6132024

Results 20 comments of Andy6132024

> > 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...