-
The following crash just happened :
~/duply_1.5.1.2# ./duply zonbuhome list
Start duply v1.5.1.2, time is 12/24/09 18:29:34.
Using profile '/root/.duply/zonbuhome'.
Using installed duplicity version 0.6.06, gpg 1.4.10 (Home: ~/.gnupg)
Test - Encryption with passphrase (OK)
Test - Decryption with passphrase (OK)
Test - Compare Original w/ Decryption (OK)
Cleanup - Delete...
2009-12-25 09:23:51 UTC in duply (extended ftplicity)
-
More precisely, one can use this in the config file :
$triplify['db'] = new PDO('pgsql:host=127.0.0.1;dbname=db_name', 'db_user', 'db_pwd');
But there are still things like :
$triplify['db']->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY, false);
Hope this helps.
2009-11-18 17:39:15 UTC in Triplify
-
There ain't much to do to use triplify with PostgreSQL, but the base version contains MySQL specifics that prevent using it directly with postgresql.
2009-11-18 17:35:44 UTC in Triplify
-
Same issue stands also for 5.0.12 tarball.
2009-10-21 13:30:13 UTC in OpenLink Virtuoso (Open-Source Edition)
-
Changing the first line of debian/changelog to : "virtuoso-opensource (6.0.0-1) unstable; urgency=low" fixes the issue, and a virtuoso-opensource_6.0.0-1_i386.deb is generated fine (with dpkg-buildpackage -us -uc -rfakeroot)
2009-10-21 11:56:42 UTC in OpenLink Virtuoso (Open-Source Edition)
-
If trying to rebuild the Debian package from the 6.0 tarbal, it generates a 5.0.9-rc6-1 Debian package.
The versioning would need to be updated... unless the debian/ subdir is now obsolete and must be replaced, given the current efforts at an official Debian packaging (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508048)
Thanks in advance.
2009-10-20 14:46:45 UTC in OpenLink Virtuoso (Open-Source Edition)