|
|
 |
« Reply #2 on: July 13, 2010, 08:58:25 PM » |
|
I had pandora 2.0 and 3.0 in the same box, using different databases. In the installation you can choose which is the pandora database, by default pandora.
BE CAREFUL WITH THIS PROCEDURE, AT YOUR OWN RISK (TEST BEFORE):
- First, put the console in a different directory
- Second, in the console install, you can use a pandora31 as new database.
- Third, in the pandora_server_installer script, change the values of the default variables (by example, I had:
PANDORA_SPOOL=/var/spool/pandora31 (if you want to have both at the same time) PANDORA_HOME=/usr/share/pandora_server31 PANDORA_CFG_DIR=/etc/pandora31 PANDORA_LOG=/var/log/pandora31 PANDORA_SERVER=/etc/init.d/pandora_server31 PANDORA_CFG_FILE=/etc/pandora/pandora_server31.conf
You don't need to change tentacle
- Fourth, edit /etc/pandora/pandora_server31.conf to change the database from pandora to pandora31
Maybe I'm missing something... Anyway, you can backup your data and use the RENAME MySQL command to rename your current database and make a new install...
|