tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
215 stars 35 forks source link

`db list` shows two logical databases after replication #129

Closed penberg closed 1 year ago

penberg commented 1 year ago

I did db create and db replicate, but now I see two logical databases, which is wrong:

penberg@vonneumann turso % go run main.go db list
NAME             TYPE         REGION                        URL
gorgeous-cobweb  logical      Amsterdam, Netherlands (ams)  https://penberg:9H73p51T4sYI8X6L@gorgeous-cobweb-penberg.turso.io
gorgeous-cobweb  logical      Frankfurt, Germany (fra)      https://penberg:9H73p51T4sYI8X6L@gorgeous-cobweb-penberg.turso.io
penberg commented 1 year ago

This is fixed by @athoscouto in one of his many commits.