cloudspannerecosystem / spanner-dump

Command line tool for exporting a Cloud Spanner database in text format
Apache License 2.0
40 stars 13 forks source link

Remove Version retention #14

Closed GCP-ally closed 3 years ago

GCP-ally commented 3 years ago

Unable to exclude version retention settings with DDL export. Is there a work-around for this? I'm unable to import Version Retention settings using spanner-cli.

yfuruyama commented 3 years ago

Thanks for reporting the issue. Now I opened the PR in spanner-cli to fix this issue.

I'll update this again once original fix is resolved.

GCP-ally commented 3 years ago

Good Morning Yuki,

Thank you very much for looking into this!

On Tue, May 11, 2021 at 5:17 AM Yuki Furuyama @.***> wrote:

Thanks for reporting the issue. Now I opened the PR https://github.com/cloudspannerecosystem/spanner-cli/pull/116 in spanner-cli to fix this issue.

I'll update this again once original fix is resolved.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cloudspannerecosystem/spanner-dump/issues/14#issuecomment-838216911, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUAVK3JCUYM6TSRNGZSNNI3TND74VANCNFSM44RUE43Q .

yfuruyama commented 3 years ago

Now the fix is merged and the new version is released.

I confirmed that exported DDL which has the version retention setting can be imported with the latest spanner-cli. I will close this issue, but please reopen this if you still see an issue with the latest spanner-cli.