Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 21:01:28 +0100
From:      Ben Morrow <ben@morrow.me.uk>
To:        freebsd-stable@freebsd.org
Subject:   Re: Package database
Message-ID:  <20130904200124.GA1914@anubis.morrow.me.uk>
In-Reply-To: <CAOjFWZ7LeNwH=6-QODVqBRbL-T52b%2BH_kbpdE5UctLH2WNXOZw@mail.gmail.com>
References:  <CADcmFMXNFke=pH8264%2ByNXA3_vhMy8m_7sPrHb1N6eRfVd=Vdw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoth Freddie Cash <fjwcash@gmail.com>:
> On Wed, Sep 4, 2013 at 10:41 AM, Jim Ballantine <j.ballantine@gmail.com>wrote:
> 
> > My /var/db/pkg has become corrupt, and I can't find an archive of it to
> > install in it's place.  Does one exist and if so where?  If not any ideas
> > on
> > how to rebuild the db?
> 
> Are you using PKGng or the old pkg_* tools?
> 
> Meaning, is your data stored as individual files under
> /var/db/pkg/PORTNAME/*, or as a single sqlite database under /var/db/pkg?
> 
> If using PKGng, there's a backup copy under /var/db/backup*
> 
> If using the older pkg_* tools, you're screwed.  :)

With either package system /etc/periodic/daily/220.backup-pkgdb backs up
the whole of /var/db/pkg into /var/backups/pkgdb.bak.tbz*. 

With pkgng /usr/local/etc/periodic/daily/411.pkg-backup also backs up
the pkgng db into /var/backups/pkgng.db; probably this means
220.backup-pkgdb should be turned off, but this doesn't happen by
default.

Ben




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130904200124.GA1914>