Paraslash Audio Streaming | |
About News Download Documentation Development |
para_upgrade_db - upgrade the paraslash database to version 0.7
SYNOPSISpara_upgrade_db [--help] [--detailed-help] [--version] [--loglevel=<severity>] [--src-database-dir=<directory>] [--dst-database-dir=<directory>]
DESCRIPTIONThe database format changes with paraslash-0.7.0. This program converts the database from the older 0.4 format that was used in paraslash 0.4.x through 0.6.x. In has to be executed only once.
OPTIONSCommon
options
The following options are implemented generically and are
available for many of the commands.
-h, --help
print help and exit
--detailed-help
print help, including all details, and exit
-V, --version
print version and exit
-l, --loglevel=<severity>
control amount of logging
values: debug, info, notice, warning, error, crit, emerg
Log only messages with severity greater or equal than the given value. Possible values:
debug: Produces really noisy output. info: Still noisy, but won’t fill up the disk quickly. notice: Indicates normal, but significant event. warning: Unexpected events that can be handled. error: Unhandled error condition. crit: System might be unreliable. emerg: Last message before exit.
--src-database-dir=<directory>
location of the old afs database
The directory which contains the database to be converted. The default is ~/.paraslash/afs_database-0.4.
--dst-database-dir=<directory>
location of the new afs database
The directory which contains the converted database after the program has terminated. The default is ~/.paraslash/afs_database-0.7.
COPYRIGHTWritten by
Andre Noll
Copyright (C) 2024 Andre Noll
License: GNU GPL version 2
This is free software: you are free to change and
redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Report bugs to
Andre Noll