This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Uninstall feature

Hi there,

A feature which is most welcome is an uninstall feature for an update/patch. In our system management it is required to be able to go one patch level back, If I need to do so I can only see a reinstall of system and apply configuration and patch to wanted level, that is not optimal, so I hereby strongly recommend a uninstall update feature.


This thread was automatically locked due to age.
Parents
  • Apparantly that is on the feature request list for V7 although it seems to be taking a while to appear!
  • Could not agree more with   Yngve. 
    Hope we will see the new V7 soon [:)]
  • ... will be, what will happen with the log files when upgrading to V7 ?

    Since new installation has no feature to export and re-import the logfiles,
    they got lost every time !!

    OK, i know you could also run syslog-daemon, then it's on you,
    but since local logfile feature is available (and enough for many people),
    there should be the possibility to keep them.
  • That will also be a nice feature. However i have never heard of a firewall that will keep the logfiles on a newinstall.
    But an easy backup to FTP could solve this issue. Could not be to hard to make? [;)]

    Syslog well I think as KKnecht said. Local logs are good enought for "normal" usage. 

    I did this "manual" to remember just to keep my files.
    Firewall Loggar backup 
    # tar and gunzip (use root user)
    cd /var/log
    tar -czpf .060809_asl_log.tar.gz *
     
    # unpack (use root user)
    cd /var/log
    mkdir old
    chmod -R 777 old
    Copy your backup to here. /var/log/old
    tar -zxvf *
    mv * ../
    cp -Rp  * ../
    cd ..
    rm -Rf old

    Reboot

    This will however void the warranty but at least the files are back...
Reply
  • That will also be a nice feature. However i have never heard of a firewall that will keep the logfiles on a newinstall.
    But an easy backup to FTP could solve this issue. Could not be to hard to make? [;)]

    Syslog well I think as KKnecht said. Local logs are good enought for "normal" usage. 

    I did this "manual" to remember just to keep my files.
    Firewall Loggar backup 
    # tar and gunzip (use root user)
    cd /var/log
    tar -czpf .060809_asl_log.tar.gz *
     
    # unpack (use root user)
    cd /var/log
    mkdir old
    chmod -R 777 old
    Copy your backup to here. /var/log/old
    tar -zxvf *
    mv * ../
    cp -Rp  * ../
    cd ..
    rm -Rf old

    Reboot

    This will however void the warranty but at least the files are back...
Children