Home » Questions » Computers [ Ask a new question ]

postgresql 8.4 original config files (ubuntu)

postgresql 8.4 original config files (ubuntu)

Where can I find the original postgresql 8.4 config files for ubuntu (/etc/postgresql/8.4/main/*)?

Asked by: Guest | Views: 195
Total answers/comments: 1
Guest [Entry]

"If you're looking to totally reinstall postgresql I suggest you run

dpkg --list | grep postgresql

and then run

dpkg --purge <insert package here>

for each package that the list command returned (most likely postgresql-common and postgresql-8.4

and then reinstall using aptitude install postgresql, this will remove and then bring all the config files back."