_______ ( ____ \ | ( \/ | (_____ (_____ ) ) | /\____) | \_______)
_______ ( ____ \ | ( \/ | (__ | __) | ( | ) |/
_____ ( _ ) | ( ) | | | | | | (_) | (_____)
## # ## ## # # ## ## # ### ## ## ## # #
##### ## ##### ## ######
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: '''Code Conversion Details''' ''This page describes the process of converting Tavi 0.26 from !MySQL to !PostgreSQL from scratch, after prototyping with Juha-Mikko Ahonens patch.'' ---- The first thing to do is update the scripts to create the database, and configure the settings. The existing scripts were modified to include !PostgreSQL options. Next, a data conversion script was added to the install directory to help users migrate from !MySQL to !PostgreSQL. The lowest level interface to the database in Tavi is the !WikiDB class, so a !PostgreSQL !WikiDB class was created. This class has additional debugging added to the query output. References to !WikiDB were then grepped for, with only one result. Pagestore.php was then modifed to require the appropriate library. Before making any further !PostgreSQL addition, it was decided to grep for all query and result calls to ensure none were missed as a result of not testing all website functions manually. 47 query() calls were found, and 26 result() calls were found (not including db.php, dbpg.php, and tavidoc.php). When tested at this point, the first error was a syntax error regarding a table locking statement on the rate table. !PostgreSQL uses MVCC rather than !MySQL style locking. So, the first file to be converted was rate.php. This file needed a transaction added, queries altered to use the CIDR type, and also needed to have timestamps explicitly updated. Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.