![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We thought that this might be an AOLserver problem, however, through our investigation and comments from posts to the OpenACS board, we believe this is an error with PostgresSQL. We are hoping that someone might have some ideas or any experience with this. Thanks!! Are you vacuuming? How often? |
|
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster |
#3
| |||
| |||
|
|
The following is a link to the last post we had with this same problem: http://openacs.org/forums/message-vi...sage_id=185837 |
#4
| |||
| |||
|
|
"Roberts, Adam" <Adam.Roberts (AT) echostar (DOT) com> writes: The following is a link to the last post we had with this same problem: http://openacs.org/forums/message-vi...sage_id=185837 Given the comment about 500M pg_clog, I would venture that you aren't doing adequate vacuuming and have therefore run into a transaction ID wraparound failure. 500Mb clog corresponds to 2 billion transactions which is right about where things would blow up if you'd not done the necessary database-wide vacuums; and the fact that clog hasn't gotten truncated is pretty strong evidence that you didn't. Please read the administrator's guide: http://www.postgresql.org/docs/7.4/s...intenance.html (adjust for your PG version as needed) regards, tom lane |
#5
| |||
| |||
|
|
So, my main question is, is it reasonable to say that a trans id wraparound failure could create a situation in which you could use/manipulate user data tables if you refer to the data tables directly but if you tried to use a util (such as pgdump) or an internal psql query like \d or \df it would appear that you have no data tables? |
![]() |
| Thread Tools | |
| Display Modes | |
| |