Re: [ADMIN] A real puzzler: ANY way to recover?
От
Tom Lane
Тема
Re: [ADMIN] A real puzzler: ANY way to recover?
Дата
Msg-id
25542.1115317155@sss.pgh.pa.us
Ответ на
A real puzzler: ANY way to recover? (David F. Skoll)
Список
Дерево обсуждения
Re: [ADMIN] A real puzzler: ANY way to recover? Peter Eisentraut <peter_e@gmx.net>
Re: [ADMIN] A real puzzler: ANY way to recover? Tom Lane <tgl@sss.pgh.pa.us>
Re: [ADMIN] A real puzzler: ANY way to recover? Geoffrey <esoteric@3times25.net>
"David F. Skoll" writes: > Supposing someone stupidly did this: > UPDATE pg_database SET datallowconn = false; > and then closed all the connections to the server. > Is there any way to recover short of nuking everything and > restoring from a backup dump? :-( BTW, am I right in guessing that you got into this fix by sloppy application of the directions for fixing template0 for the recent security issues? Although I dislike last-minute fixes, I am strongly tempted to put in the ignore-datallowconn-if-standalone change in all the releases we are about to make. It'd be a one-liner that is very unlikely to break anything, and I have this nasty feeling that you may not be the only guys to make this mistake. regards, tom lane
В списке pgsql-hackers по дате отправления