Confix Updaten

Hallo Uli!
Da gibt es nicht viel was man falsch machen kann. Vorher Datenbankbackup und dann das mitgelieferte Updatescript aufrufen. Bei Confixx 3 ist meines Wissens auch noch ein How-To dabei. Eventuell kurz bei www.confixx-forum.de vorbeischauen.

mfG
Thorsten
 
Hallo,

also die Datenbanken hab ich gesichert aber ich finde kein Updatescript. Naja muss ich mal das Web durchsuchen. Dachte hier hats vielleicht schon mal einer gemacht. Ich leider noch nicht unter Confix


Uli
 
Hallo Uli,
also ich bin nach dieser Anleitung vorgegangen:
Code:
Prepare to upgrade

Upgrade

1. Deactivate the Cron entry
Deactivate the confixx_counterscript entry in the Cron file
e.g. #*/1 * * * * /root/confixx/confixx_counterscript.pl

2. Backup all important system files.
Make a backup of your databases, a backup of the
Confixx-Installation directory (e.g. /root/confixx),
as well as a backup of the Confixx-HTML directory (e.g. /home/web/confixx).

3. PostgreSQL
If you use PostgreSQL as your database, make sure that the Confixx database 
user has the privileges required to be able to update the notnull field 
in the new columns in the ps_attribute table, e.g.
UPDATE pg_shadow SET usesuper='t', usecatupd='t' WHERE usename='confixx';

4. Installation

* go to the confixx installation directory
 #~: cd /root/confixx/
* delete the existing admin directory
 #~: rm -r ./admin
* decompress the file confixx_update_Pro_3.0.0_mysql3.tgz (it is sample, 
choose a proper distribution file)
 #~: tar xfvz /root/confixx_update_Pro_3.0.0.tgz
* install the update:
 ./admin/updates/update_3.x.pl (.pl, not .sh)
* Run confixx_counterscript.pl at least 2-3 times manually.
  #~: /root/confixx/confixx_counterscript.pl
				  
5. Activate the new licence keys
Go to http(s)://www.domain.de/reg and register the 3.0 version. 
Now run the counterscript 2-3 times and restart Apache
						  
6. Activate the Cron entry
Activate the confixx_counterscript entry in the Cron.file
						  
7. Test all the functions in Confixx. 
Call up the Confixx interface and check your registration in the 
"Licence info" registration interface. Set up new customers and 
check all the important functions.
						  
8. Set up new customers and check all the important functions. cd /root/confixx/admin/).
Run the admin script (#~: ./admin.pl).  Make any changes you want.
						  
9. Finished !
Confixx(R) 3.0 is now installed.
						  

If you had some custom directives for Confixx vhost in httpd.conf you are to manually 
move them in confixx_mhost.conf file.

mfG
Thorsten
 
Hallo,
jetzt muß ich nochmal diesen alten Thread ausgraben :rolleyes:

ich bin grade dabei ein update von Confixx einzuspielen, kann mir jemand sagen was das heisst und was genau ich machen muß? bzw. wo ich dieses Cron file finde?

Deactivate the confixx_counterscript entry in the Cron file
e.g. #*/1 * * * * /root/confixx/confixx_counterscript.pl
Confixx ist absolutes Neuland für mich, wär Klasse wenn mir jemand weiter helfen könnte :)

Gruß
sixtyseven
 
Logg dich als user "root" auf deinem Server per ssh ein.
Dort gibst du ein:
"crontab -e" dann hast du einen Editor und dort solltest du diese Zeile dann finden und rauslöschen.
 
Hi,
System ist Debian Woody, wenn ich crontab -e eingebe:
Code:
#SPAMSCHUTZ
#*/55 * * * * /usr/bin/php /root/confixx/spamschutz.php

#00 06 * * *  /monitor/aufrauemen
#00 01 * * *  /var/log/httpd/confixx/domains/holen.sh
#*/10 * * * * /monitor/apache.sh
#*/8 * * * * /monitor/mysql/mysqlu
nur finde ich die Zeile nicht, bzw. die ist gar nicht da
 
Hmm eingetlich sollte der User Root diesen Cronjob haben, versuch mal das:
crontab -l -u confixx
Dieser Befehl listet dir alle Cronjobs des Users Confixx auf, wenns da auch nicht dran hast du es bestimmt schon irgednwie gelöscht oder es war nie drin :confused:

Allerdings kommen wir diese Scripts sehr...DEUTSCH vor..das ist normalerweise nicht so. Hat dir irgendjemand das System eingerichtet? Darf ich erfahren welches Syste du nutzt? Serveranbieter / Serverart ?

BZW poste mal die Ausgabe von:

cat /var/log/httpd/confixx/domains/holen.sh

Und:

cat /monitor/apache.sh
 
Last edited by a moderator:
Back
Top