1

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

Upgraded ubuntu to version 9.10. which included upgrading postgresql from 8.3 to 8.4

dir with config files is empty (/etc/postgresql/8.4/main/)

Completely removed and then reinstalled all ubuntu postgres packages (server, client, admin), but that didn't reinstall/populate the config files.

Thanks

1 Answer 1

0

Apparently you didn't completely remove the packages, or the configs would have been restored. Make sure you remove the common package as well, as well as using the --purge option to aptitude.

2
  • womble: thanks, this worked. Although I did not specified it above I had also removed/reinstalled the common pkgs. The --purge must have done it since I had not used that option before. Commented Nov 29, 2009 at 0:18
  • waiting for enough reputation to be able to "uptick" (this was my first question) Commented Nov 29, 2009 at 0:20

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.