<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can&amp;apos;t conect to my nuxeo DB in PostgreSQL in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322407#M9408</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If PostgreSQL is the default, I guess you are using a Debian package or a VM?&lt;BR /&gt;
Also, is it Nuxeo 5.5 or 5.4.2?&lt;BR /&gt;
By default, PostgreSQL is only listening at localhost, that's why you can't connect to it from outside the server. See &lt;A href="http://www.postgresql.org/docs/8.4/static/auth-pg-hba-conf.html"&gt;pg_hba.conf documentation&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2011 11:26:56 GMT</pubDate>
    <dc:creator>Julien_Carsique</dc:creator>
    <dc:date>2011-12-20T11:26:56Z</dc:date>
    <item>
      <title>Can&amp;apos;t conect to my nuxeo DB in PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322405#M9406</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I installed my instance of Nuxeo with PostgreSQL by default.
But I can't connect to the Nuxeo database through the PGAdmin with data from the tab Admin Center.&lt;/P&gt;
&lt;P&gt;What should I do to connect to the Nuxeo database and run an sql dump?&lt;/P&gt;
&lt;P&gt;Thks.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2011 23:48:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322405#M9406</guid>
      <dc:creator>Ecoged_</dc:creator>
      <dc:date>2011-12-19T23:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can&amp;apos;t conect to my nuxeo DB in PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322406#M9407</link>
      <description>&lt;P&gt;I'm not really sure of your question, but I think you want to create a dump of information exposed into Admin Center &amp;gt; Activity &amp;gt; Events tab.&lt;/P&gt;
&lt;P&gt;If I'm right, this is really simple.&lt;/P&gt;
&lt;P&gt;Table used are :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;nxp_logs. This is the main table you have common information of events audited (id, kind of event, Event Name, docID -if this an document kind event - , initiator of the event, ...)&lt;/LI&gt;
&lt;LI&gt;nxp_logs_extinfo. This table contains extended informations&lt;/LI&gt;
&lt;LI&gt;nxp_logs_mapextinfos. For the mapping between the 2 previous tables described.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So dumping this information is just dumping Events tab, you just have to dumping this 3 tables:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;pg_dump -t nxp_logs -t nxp_logs_extinfo -t nxp_logs_mapextinfos dbname &amp;gt; audit_export
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And if you want to restore&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;psql -c "DROP TABLE nxp_logs CASCADE" yourdatabase
psql -c "DROP TABLE nxp_logs_extinfo CASCADE" yourdatabase
psql -c "DROP TABLE nxp_logs_mapextinfos CASCADE" yourdatabase
psql -f audit_export your database
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Dec 2011 11:25:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322406#M9407</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-12-20T11:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can&amp;apos;t conect to my nuxeo DB in PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322407#M9408</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If PostgreSQL is the default, I guess you are using a Debian package or a VM?&lt;BR /&gt;
Also, is it Nuxeo 5.5 or 5.4.2?&lt;BR /&gt;
By default, PostgreSQL is only listening at localhost, that's why you can't connect to it from outside the server. See &lt;A href="http://www.postgresql.org/docs/8.4/static/auth-pg-hba-conf.html"&gt;pg_hba.conf documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2011 11:26:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322407#M9408</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2011-12-20T11:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can&amp;apos;t conect to my nuxeo DB in PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322408#M9409</link>
      <description>&lt;P&gt;I'm using a deb package. My nuxeo 5.4.2 instance is installed on a Ubuntu in dedicated server.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2011 15:01:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322408#M9409</guid>
      <dc:creator>Ecoged_</dc:creator>
      <dc:date>2011-12-20T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can&amp;apos;t conect to my nuxeo DB in PostgreSQL</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322409#M9410</link>
      <description>&lt;P&gt;This is really an Ubuntu and PostgreSQL question, there is nothing Nuxeo-specific about it.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2011 17:07:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-conect-to-my-nuxeo-db-in-postgresql/m-p/322409#M9410</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2011-12-20T17:07:52Z</dc:date>
    </item>
  </channel>
</rss>

