WIKI-TOOLKIT-SETUPDB(1p) | User Contributed Perl Documentation | WIKI-TOOLKIT-SETUPDB(1p) |
wiki-toolkit-setupdb - Set up a database storage backend for Wiki::Toolkit.
# Set up or update the storage backend, leaving any existing data # intact. Useful for upgrading from old versions of Wiki::Toolkit to # newer ones with more backend features. wiki-toolkit-setupdb --type postgres --name mywiki \ --user wiki \ --pass wiki \ --host 'db.example.com' # Clear out any existing data and set up a fresh backend from scratch. wiki-toolkit-setupdb --type postgres --name mywiki \ --user wiki \ --pass wiki \ --force-preclear
Takes three mandatory arguments:
two optional arguments:
and one optional flag:
Kake Pugh (kake@earth.li).
Copyright (C) 2002-2003 Kake Pugh. All Rights Reserved. Copyright (C) 2006 the Wiki::Toolkit team. All Rights Reserved.
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Wiki::Toolkit
2021-01-04 | perl v5.32.0 |