Service/mirrors: Difference between revisions

Dfarning (talk | contribs)
m fix command
Dfarning (talk | contribs)
m fix commands
Line 224: Line 224:
FIXME should not be trust on production machine
FIXME should not be trust on production machine
<code>
<code>
  sudo vim /etc/postgresql/8.4/pg_hba.conf
  sudo vim /etc/postgresql/8.3/pg_hba.conf
</code>
</code>


Start the potgres server
Start the potgres server
<code>
<code>
  sudo /etc/init.d/postgresql-8.4 restart
  sudo /etc/init.d/postgresql-8.3 restart
</code>
</code>