Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for connection via TCP/IP #37

Open
OliverFriedrich opened this issue Mar 25, 2016 · 1 comment
Open

Support for connection via TCP/IP #37

OliverFriedrich opened this issue Mar 25, 2016 · 1 comment

Comments

@OliverFriedrich
Copy link

Hi

I'm running my servers with DNS resolve disabled, so the Mysql server ignores user entries in the form of user @ localhost. Also I have multiple Mysql instances running on different ports. So its required in my setup to use the parameters --host and --port to access the different servers.

Is this possible with your scripts?

Thanks in advance,
Oliver

@deviantony
Copy link
Owner

Hi, sorry for the late answer.

No, it is not currently possible to use these scripts to backup a multi instance MySQL server.

It would need a few modifications to take in account new options such as --host and --port. These option should be passed to the underlying innobackupex command (https://www.percona.com/doc/percona-xtrabackup/2.3/innobackupex/innobackupex_option_reference.html).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants