You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
Describe the bug
Using dbdeployer version 1.47.0 and trying to deeply pxc topology for 5.6.36 version but it's failing with error creating sandbox: ''Xtradb Cluster' requires flavor 'pxc' version '5.6.14'+'
looks like error message should have 5.7.14+ because even for 5.6.36 version which higher than 5.6.14+ dbdeployer deploy replication --topology=pxc failing.
It looks like its typo bug.
$ dbdeployer --version
dbdeployer version 1.47.0
for old dbdeployer version error message is valid and it has a version as 5.7.14+ in the error message.
Example:
dbdeployer version 1.33.0
$ dbdeployer deploy replication --topology=pxc ./5.6.36
error creating sandbox: ''Xtradb Cluster' requires flavor 'pxc' version '5.7.14'+'
To Reproduce
$ dbdeployer deploy replication --topology=pxc /opt/percona_xtradb_cluster/5.6.36
error creating sandbox: ''Xtradb Cluster' requires flavor 'pxc' version '5.6.14'+'
The text was updated successfully, but these errors were encountered:
Hi
Thanks for reporting this issue.
The error message is correct. Percona XtraDB cluster can be installed since version 5.6.14, as you can see in the downloads page.
The error message is triggered when dbdeployer doesn't recognise the binaries as being PXC. It may happen if you were using the binaries for the regular server.
There is, however, a different problem in the current version of dbdeployer. It fails to properly deploy PXC 5.6, because of a change made to satisfy PXC 8.0.
It will be fixed in the next release (1.48.0), which I have verified that can deploy PXC 5.6.36+.
* Add `--change-master-options` (Issue #107)
* Add more tests
* Docker test now downloads latest 8.0 binaries instead of using built-in.
* Improve PXC handling of defaults across versions
* Fix defaults for PXC 5.6, which were broken after introducing support for PXC8.0 (Issue #106)
Describe the bug
Using dbdeployer version 1.47.0 and trying to deeply pxc topology for 5.6.36 version but it's failing with error
creating sandbox: ''Xtradb Cluster' requires flavor 'pxc' version '5.6.14'+'
looks like error message should have 5.7.14+ because even for 5.6.36 version which higher than 5.6.14+
dbdeployer deploy replication --topology=pxc
failing.It looks like its typo bug.
$ dbdeployer --version
dbdeployer version 1.47.0
for old dbdeployer version error message is valid and it has a version as 5.7.14+ in the error message.
Example:
dbdeployer version 1.33.0
$ dbdeployer deploy replication --topology=pxc ./5.6.36
error creating sandbox: ''Xtradb Cluster' requires flavor 'pxc' version '5.7.14'+'
To Reproduce
$ dbdeployer deploy replication --topology=pxc /opt/percona_xtradb_cluster/5.6.36
error creating sandbox: ''Xtradb Cluster' requires flavor 'pxc' version '5.6.14'+'
The text was updated successfully, but these errors were encountered: