Ask a Question related to PostgreSQL / PGSQL, Design and Development.
-
Tom Lane #1
Re: Backing up and restoring a database with the SELinux pg_user problem.
Joseph Kiniry <kiniry@acm.org> writes:
Sure, just run the CREATE VIEW command executed by initdb; it's in the> Does anyone have any suggestions on this problem? How can I recreate
> pg_user?
initdb shell script. Note that all the objects created that way (with
"postgres <<EOF" shell constructs) will be missing --- you'll likely
find you have to create some more missing bits too.
FWIW, I think that the latest selinux-policy and postgresql RPMs should
fix this problem.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
Tom Lane Guest
-
Problem with restoring with ontape -r
Situation: In order to install a testsystem a backup has been created of our Informix database with ontape -s -L 0. The tape to which the data is... -
Backing and restoring to a hard drive
Hello, I have an RS/6000 F50 that has 4 hard drives in it. I would like to be able to install and additional drive and backup up to it. Is this... -
MYSQLDUMP, Create new database, before restoring SQL Data.
I can use mysqldump to create a .sql file backup of my data.. For importing how can I test to see if the DB exists, if it does import the .sql ... -
Backing up: Database and scripts...
Hi, So I can create the files, move them, etc. to backup my database and a couple of directories, but how do I create a gzip file of that and... -
Restoring / partition problem
I would like to ask how I can restore / partition in Linux. I dump and restore other partition successfully (ext2 and ext3) I tired with an HP...



Reply With Quote

