[go: up one dir, main page]

Skip to content

Clone cluster option is prepending copy-of to the default name every time that the window is open

Summary

The Clone cluster window is prepending the string "copy-of" every time that the window is open.

Environment

  • StackGres version:0.9-beta3

Steps to reproduce

Suppose that we have a SG cluster named "stackgres"

If you click on the clone option, the default name will be "copy-of-stackgres", which is correct.

If you click on the clone option a second time, the default name will be "copy-of-copy-of-stackgres"

A third time will be "copy-of-copy-of-copy-of-stackgres" and so on.