Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.16k stars 128 forks source link

dump not listed when `--no-telemetry` not specified #276

Open ohmer opened 1 year ago

ohmer commented 1 year ago

Hi there,

I just stumbled upon a surprising behavior:

$ replibyte --config config.yml dump list
⠁
 name     | size   | when           | compressed | encrypted
----------+--------+----------------+------------+-----------
⠐
$ replibyte --no-telemetry --config replibyte.yml dump list
⠁
 name     | size   | when           | compressed | encrypted
----------+--------+----------------+------------+-----------
 20230709 | 322 MB | 29 minutes ago | true       | false

Is it expected or an issue?

robjkc commented 1 year ago

Thanks for posting, I have the same issue.

ioannidesalex commented 1 year ago

Same here.

pepoviola commented 1 year ago

I can take a look @evoxmusic if you want. Thx!