-
Notifications
You must be signed in to change notification settings - Fork 448
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
stolon-keeper execute pg_rewind and pg_basebackup error #289
Comments
This is something I also saw in the output of the integration tests, need to dig into it, since it doesn't happen when run manually.
Now stolon doesn't work with tablespaces. Created #290. Let's continue there for the tablespaces support. |
Fixed in #294 |
@sgotti hi, another question about pg_rewind
maybe you can restart it, and shut it down right after recovery has finished, then running pg_rewind. |
Seems possible, can you please file a new issue so we can track it better? |
New issue #295 |
hi, @sgotti
I tested the master and slave switch, and found some errors.
but pg_rewind could find in the directory.
because i define my custom tablespace at directory "/mydata/pgdata/my_data", stolon-keeper only delete the postgres directory "/mydata/pgdata/postgres".
so pg_basebackup can not be successful.
How do I define a script that can also delete a custom tablespace directory at the same time
The text was updated successfully, but these errors were encountered: