Peter & Sunkara, Thanks for the good idea, I hadn't even thought of uninstall or upgrade situations.
The phplib_id problem can be solved by readding that column. There is a commented-out SQL statement in the SQL script that you can use. It is listed below as well. ALTER TABLE subscriber ADD COLUMN phplib_id varchar(32) NOT NULL default '' FIRST; I will work on these things today. Also, please let me know of any feature requests you have, otherwise I will have nothing to work on. Thanks, Mike Williams On Friday 25 August 2006 06:58, [EMAIL PROTECTED] wrote: > Mike, > > What's the upgrade procedure to go from 0.2 -> 0.3? > > Presumably readd the phplib_id column as per your mail on 21 Aug ... > and, what - just replace the old openseradmin-0.2 directory with this > one (including creating a new database.yml file)? > > Also, is there a way to uninstall OpenSER Administrator without > effecting OpenSER ... Presumably, just delete the openseradmin-x > directory ... But is there an equivalent SQL script to uninstall it's > database component? > > I think it would be good if you could include upgrade and uninstall > instructions within the release notes / on the website. > > Cheers, > > Peter. > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Mike Williams > > Sent: 24 August 2006 21:02 > > To: [email protected] > > Subject: [Users] openser admin > > > > All, > > > > OpenSER Admin version 0.3 has been released. This fixes the bug where > > compatibility with openserctl was broken, and adds the > > ability to add other > > management accounts to the interface. > > > > Let me know what you think. > > > > Thanks, > > > > Mike Williams > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://openser.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ > Users mailing list > [email protected] > http://openser.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/users
