problems with 8.0 Rc4

Ask a Question related to PostgreSQL / PGSQL, Design and Development.

  1. #1

    Default problems with 8.0 Rc4


    I've been trying to check that my current application working on
    postgres 7.4 will work with 8.0.
    I've not checked the application yet but I'm getting a few error messages,
    I don't understand and are worring me slightly. I need to get 8.0 to work
    because I'm keen to start using the new pitr feature in 8.0 as soon as it
    goes stable.

    The error messages run as follows

    ERROR: tuple concurrently updated
    STATEMENT: ANALYZE "public"."streetuniq"

    and

    ERROR: could not access status of trasaction 393311
    DETAIL: could not read file "/database/db/pg_clog/0000" at offset 98304:
    Success
    STATEMENT: ANALYZE "public"."backedup"

    and

    ERROR: relation "people" TID 362/32: OID is invalid
    STATEMENT: vacuum full verbose analyze;

    I'm running pg_autovacuum which caused the first two errors and
    ran a vacuum full verbose analyze straght after loading the data. hence
    the third message.

    I thought pg_autovaccum was going to be built into 8.0 or was that
    only a rumor.

    I've also read though the pitr documentation and it seams
    slightly complicated. I currently backup every 12 hours (3am and 3pm) with
    a dump,
    So I'm thinking to get a complete pitr backup with full backup
    every 12 hours, I need to take a copy of the data directory and store all
    the logs from the start of the backup to the end of the next backup to
    have a complete log of that period of time.
    I'm planning to store my backup on CD with a new set of CDs for
    each backup period.
    Whats the basic principle to do this and how can I save on the
    number of discs I need, My database is 2.8Gb on disk currently after a
    fresh load from dump, the dump is 766Mb uncompressed.

    Peter Childs



    ---------------------------(end of broadcast)---------------------------
    TIP 1: subscribe and unsubscribe commands go to [email]majordomo@postgresql.org[/email]

    Peter Childs Guest

  2. Similar Questions and Discussions

    1. problems with preLoadNetThing and fileName (was problems with preLoadNetThing and importFileInto)
      You don't want to leave the QT member in your cast when you publish your movie - it's not really there, it's linked. When you run the movie it will...
    2. IE6 problems
      I have a login script to a website where a user logs in through a standard webform with a username and password that needs to be validated. My...
    3. I having problems with IIS
      I just tried to view a page that I had earlier on my own personal web site and was not able to view it. I then tried just plain old localhost and...
    4. Why am I Having Problems ?
      On 8/2/03 1:08 PM, in article 6TUWa.216121$o86.33889@news1.central.cox.net, "Spam@markris.com" <Spam@markris.com> wrote: A Relationship requires...
    5. XP & ME--- ICS problems
      I have had my 2 computers networked for almost 2 years with no problems until now. Recently my client Computer(ME) lost thr residential gateway...
  3. #2

    Default Re: problems with 8.0 Rc4

    On Tue, Jan 11, 2005 at 15:40:07 +0000,
    Peter Childs <blue.dragon@blueyonder.co.uk> wrote:
    >
    > I thought pg_autovaccum was going to be built into 8.0 or was that
    > only a rumor.
    Due to some unfortunate things it was not ready by the beta cutoff, so it
    is staying in contrib for the 8.0 release.

    ---------------------------(end of broadcast)---------------------------
    TIP 8: explain analyze is your friend

    Bruno Wolff III Guest

  4. #3

    Default Re: problems with 8.0 Rc4



    On Tue, 11 Jan 2005, Bruno Wolff III wrote:
    > On Tue, Jan 11, 2005 at 15:40:07 +0000,
    > Peter Childs <blue.dragon@blueyonder.co.uk> wrote:
    > >
    > > I thought pg_autovaccum was going to be built into 8.0 or was that
    > > only a rumor.
    >
    > Due to some unfortunate things it was not ready by the beta cutoff, so it
    > is staying in contrib for the 8.0 release.
    >
    >
    Oh dear, so thats one feature that we will expect to see in 8.1!

    I've finnally worked out what was wrong and you're all going to
    laugh. I had installed postgres 8.0 under a fresh install of Debian 8.0
    testing, switched my drives to ext3 and started postgres up. Fine you
    might all say,
    Well first I noticed a message in the log saying it had mounted
    the drives at ext2 and then I got a few kernel panics, So I unmounted my
    database drive and remounted it. and guess what the errors went away,
    So I upgraded the kernel to the one in Debian Unstable and now its
    all fine.
    In short its the old bug in Debian that by the time Debian is
    ready its actually out of date.

    Peter Childs


    ---------------------------(end of broadcast)---------------------------
    TIP 5: Have you checked our extensive FAQ?

    [url]http://www.postgresql.org/docs/faqs/FAQ.html[/url]

    Peter Childs Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139