CDash:Database: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(added link to patch) |
No edit summary |
||
Line 6: | Line 6: | ||
(Note that this *is* actually a patch file, but the CDash wiki doesn't allow upload of files ending with ".patch".) | (Note that this *is* actually a patch file, but the CDash wiki doesn't allow upload of files ending with ".patch".) | ||
== Installation on Ubuntu == | |||
apt-get install libsql-translator-perl | |||
Then run the script | |||
CDash/sql/convert.sh |
Revision as of 00:22, 30 November 2009
The postgres layer in cdash relies on some of the features of the mysqlcompat package: http://pgfoundry.org/projects/mysqlcompat
The following patch to the mysqlcompat package is required to use it with recent versions of PostgreSQL: http://public.kitware.com/Wiki/images/d/d0/Mysqlcompat.txt
(Note that this *is* actually a patch file, but the CDash wiki doesn't allow upload of files ending with ".patch".)
Installation on Ubuntu
apt-get install libsql-translator-perl
Then run the script
CDash/sql/convert.sh