Re: Security and Data Protection Issues

From: Jan Urbański <j(dot)urbanski(at)students(dot)mimuw(dot)edu(dot)pl>
To: Stuart Gundry <stuart(dot)gundry(at)googlemail(dot)com>
Cc: postgres - Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Security and Data Protection Issues
Date: 2008-07-10 10:30:44
Message-ID: 4875E4D4.2050304@students.mimuw.edu.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stuart Gundry wrote:
> Been looking into truecrypt but can't seem to get it to play nice with
> postgres silent installer. When I try to set the BASEDIR="M:\", which is
> where I mounted my encrypted volume it gives the following error in the log
>
> The Cacls command can be run only on disk drives that use the NTFS file
> system.

Hmm, and are sure that the encrypted partition is seen by the system as
a NTFS partition?

> It sounded like you've done this before so I was hoping you could give me
> some pointers. I know its not the rest of my install command since I've used
> that many times before.

I've done that, but not on Windows, so I'm not really sure how that'll
work. Maybe someone with more Windows experience could help here?

BTW: you could try and install Postgres as usual, and just keep your WAL
logs directory and all data from the tables on the encrypted partition.
Just read the documentation on CREATE TABLESPACE and about moving the
pg_xlog directory.

> Thank you for your time

You're welcome ;)

Cheers,
Jan

--
Jan Urbanski
GPG key ID: E583D7D2

ouden estin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Abhijit Menon-Sen 2008-07-10 10:42:34 Re: WITH RECURSIVE updated to CVS TIP
Previous Message Gregory Stark 2008-07-10 10:19:08 Re: Auto-explain patch