[Yanel-commits] rev 54939 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Thu Nov 25 08:00:02 CET 2010


Author: michi
Date: 2010-11-25 08:00:01 +0100 (Thu, 25 Nov 2010)
New Revision: 54939

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/db7ccbd3-cb9b-402c-b57f-2f9a19828d46
Log:
notes about export and import dump made clearer

Modified: public/yanel/trunk/src/realms/yanel-website/content/db7ccbd3-cb9b-402c-b57f-2f9a19828d46
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/db7ccbd3-cb9b-402c-b57f-2f9a19828d46	2010-11-24 21:53:10 UTC (rev 54938)
+++ public/yanel/trunk/src/realms/yanel-website/content/db7ccbd3-cb9b-402c-b57f-2f9a19828d46	2010-11-25 07:00:01 UTC (rev 54939)
@@ -100,7 +100,7 @@
 <li>createdb -U postgres --encoding unicode konakart</li>
 </ul>
 </li>
-<li>Import the sample data:                           
+<li>Import the sample data (e.g. a dump):                           
 <ul>
 <li>Depending on what web-server port you want to run KonaKart, you might have to change the port within the KonaKart sample data:                          
 <ul>
@@ -210,11 +210,12 @@
 <ul>
 <li>Backup and restore data: <a href="http://www.postgresql.org/docs/8.1/static/backup.html">http://www.postgresql.org/docs/8.1/static/backup.html</a> 
 <ul>
-<li>sudo bash</li>
-<li>su - postgres</li>
-<li>pg_dump konakart &gt; konakart_demo.sql.DUMP_2010.05.31T09.09</li>
+<li><code>sudo bash</code></li>
+<li><code>su - postgres</code></li>
+<li><code>pg_dump konakart &gt; konakart_demo.sql.DUMP_2010.05.31T09.09</code></li>
+<li>Or instead using sudo: <code>pg_dump -U postgres konakart &gt; konakart_demo.sql.DUMP_2010.05.31T09.09</code></li>
 </ul>
 </li>
 </ul>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Yanel-commits mailing list