postgres-ai / database-lab-engine

DBLab enables 🖖 database branching and ⚡️ thin cloning for any Postgres database and empowers DB testing in CI/CD. This optimizes database-related costs while improving time-to-market and software quality. Follow to stay updated.

Home Page:https://postgres.ai/products/how-it-works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ERROR] Command "delete" not found

entrptaher opened this issue · comments

From the UI, I cannot delete a snapshot.

image

From the CLI,

dblab snapshot delete dblab_pool/dataset_2@snapshot_20230110074634

[ERROR] Command "delete" not found

Here is the dblab version,

dblab version v3.3.0-20221222-1957

@entrptaher thanks for the bug report!

It seems, you've got the latest UI version, from DLE 4.0 branch which is currently under development (and where snapshot management via API/CLI/UI is already implemented). While backend is 3.3.0.

Our bad – I guess it's because we rely on the :latest tag for the UI docker image being used. We've fixed it. Please pull the UI image again and restart DLE:

sudo docker pull postgresai/ce-ui:latest
sudo docker stop dblab_server
sudo docker start dblab_server

Let me know if you still have questions!

(And, if you're interested in beta-testing DLE 4.0 – with snapshot management and full-featured DB branching – contact me at nik@postgres.ai)