30 May
2008
30 May
'08
1:56 p.m.
On 2008/05/30, at 11:27 PM, Ricardo Dias Marques wrote:
Hi Ramon,
On Fri, May 30, 2008 at 10:24 AM, Ramon Andinach <custard@westnet.com.au> wrote:
Is it possible to reset the preferences?
I'm assuming you mean the "System Preferences" available at:
http://hostname:8080/cgi-bin/koha/admin/systempreferences.pl
If you do mean that... that's a good question! Unfortunately, I don't know a way of doing it.
# mysqldump --databases koha -p > koha_dump.sql
or # mysqldump --databases koha -p > koha_dump.sql or from the root dir of your git checkout try... (after backing up you sysprefs table ;) ~/git/head$ mysql -ukohaadmin -p p9ssw0rd koha < ./installer/data/ mysql/en/mandatory/sysprefs.sql