>I want to get your opinions on production-quality backup software for
>FreeBSD 3.4. Basically, I need good backup software to back up only one
>mission-critical FreeBSD server with the possibility of expanding the backup
>to include more FreeBSD servers in the future. What software do you use o
I have both a production machine and a test machine.
The production machine is running 6.5.2 and FreeBSD 3.0.
The test machine is running 6.5.3 and FreeBSD 3.4.
The idea is to migrate all databases from the prod. machine
to the test machine. As soon as the test machine works properly
it will bec
On Fri, Jan 28, 2000 at 01:22:38PM -0600, J Carlos Morales Duarte. wrote:
>
>
> mm
>
> On Fri, 28 Jan 2000, Ruben Fagundo wrote:
>
> > Does anyone have any idea why this happened ?
> >
> > I'm having trouble with postgresql. My script tries to do this:
> >
> > my $sql = "insert into
mm
On Fri, 28 Jan 2000, Ruben Fagundo wrote:
> Does anyone have any idea why this happened ?
>
> I'm having trouble with postgresql. My script tries to do this:
>
> my $sql = "insert into people (firstName, lastName, Email)
> values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO'})";
On Fri, Jan 28, 2000 at 11:38:49AM -0500, Ruben Fagundo wrote:
> Does anyone have any idea why this happened ?
>
> I'm having trouble with postgresql. My script tries to do this:
>
> my $sql = "insert into people (firstName, lastName, Email)
> values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO
Does anyone have any idea why this happened ?
I'm having trouble with postgresql. My script tries to do this:
my $sql = "insert into people (firstName, lastName, Email)
values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO'})";
but it gets the error: DBD::Pg::st execute failed: ERROR: Attribute
I installed postgresql-v6.5.3 on my sparc64-linux from source.
When that was done, i tried to run initdb, and:
[postgres@sun2 pgsql]$ PATH=$PATH:/usr/local/pgsql/bin
[postgres@sun2 pgsql]$ initdb -r $PWD -l /usr/local/pgsql/lib/
We are initializing the database system with username postgres (uid=