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

PAUSE and RESUME support #32

Open
lesovsky opened this issue Jun 27, 2018 · 7 comments
Open

PAUSE and RESUME support #32

lesovsky opened this issue Jun 27, 2018 · 7 comments
Labels
enhancement New feature or request

Comments

@lesovsky
Copy link

Hi,

Pgbouncer has special commands such as PAUSE and RESUME

PAUSE [db];
PgBouncer tries to disconnect from all servers, first waiting for all queries to complete. The command will not return before all queries are finished. To be used at the time of database restart.

If database name is given, only that database will be paused.
RESUME [db];
Resume work from previous PAUSE or SUSPEND command.

Is it possible to implement the similar commands. It allows to make postgres restart permanently for clients without their disconnection.

@pmwkaa pmwkaa added the enhancement New feature or request label Jun 28, 2018
@lukashes
Copy link

Any updates with this issue?

@pmwkaa
Copy link
Contributor

pmwkaa commented Sep 14, 2019

Hey, there are some work in progress regarding it: #66. Looks like this feature is quite expected :)

@x4m
Copy link
Collaborator

x4m commented Nov 11, 2019

The feature was merged.

@x4m x4m closed this as completed Nov 11, 2019
@davidfetter
Copy link

This feature was un-merged, so the issue should be re-opened.

@x4m x4m reopened this Dec 11, 2019
@glushakov
Copy link

Hi. Any updates?

@x4m
Copy link
Collaborator

x4m commented Apr 8, 2020

@glushakov I've recently deployed Odyssey 1.1 to public Yandex.Cloud. Currently, fixing any possible problems is number 1 priority. And most of my time is occupied with monitoring how things work. But everything seems to be quite smooth, few minor fixes are coming.
After a week or so I'll switch back again to new features, and merging PAUSE and standby lag polling is number 1 on my TODO list. Also there are few nasty bugs in SCRAM implementation, which do not affect YC, but need to be fixed, probably earlier than PAUSE, but I'm not sure.

@lex-sey
Copy link

lex-sey commented Sep 13, 2022

When will this functionality be ready?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants