Hi folks, I pretty much have bacula-web working using PostgreSQL. You can see what I have at http://www.langille.org/tmp/bacula-web/
Included there are screen shots and the diff. Please compare my screen shots with what you see on your MySQL websites and point out anything that is missing. Perhaps I've not tried a link or a window somewhere. Most of the problems have been: - SQL specific to MySQL (e.g. functions names). That said, the SQL now in use is not standard either (e.g. INTERVAL is not standard AFAIK). - case specific columns. The column names returned by MySQL and PostgreSQL differ. The result is that $row['JobId'] is not the same as $row['jobid']. -- Dan Langille : http://www.langille.org/ BSDCan - The Technical BSD Conference - http://www.bsdcan.org/ ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
