A page in your DokuWiki was added or changed. Here are the details: Date : 2013/09/23 19:22 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Iceweasel/23.0 IP-Address : 217.233.231.190 Hostname : pD9E9E7BE.dip0.t-ipconnect.de Old Revision: http://wiki.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql?rev=... New Revision: http://wiki.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql Edit Summary: User : sunweaver @@ -117,11 +117,13 @@ After that step users of the posix group ''x2gousers'' can create X2Go sessions. Of course, any other group could be used here, as well. ===== Database Structure and Troubleshooting ===== - In case it becomes necessary to edit the X2Go session database on the PostgreSQL server by hand, connect to the DB with this command: + In hopefully rare cases it may become necessary to fix the X2Go session database via standard PostgreSQL tools (e.g. ''psql''). This should not happen and please please please report the issue [[wiki:bugs|as a bug against the x2goserver]] X2Go component. However, if you are in the unlucky situation of having to fix up the session DB, then the below lines may render useful to you. ==== Connect to the database ==== + + In case it becomes necessary to edit the X2Go session database on the PostgreSQL server by hand, connect to the DB with this command: <code> $ psql --user x2godbuser --password -h localhost --dbname x2go_sessions </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/