I need some advice on dealing with an old system. I am trying to setup an automated backup system based on this rsbackup system (https://forums.freebsd.org/threads/3689/).
However, the most important server in our company is running FreeBSD 6.2. It hosts our customer and inventory databases, Intranet sites, and a bunch of Perl scripts that run everything in the business, and nothing has any documentation. I have plans to rebuild this server in the near future but figuring out how to do this with out breaking anything is taking time. For the time being, I just want regular backups.
The problem I am running into is installing ports, like sudo. pkg is not installed and building the packages errors out due to the port tree not matching the OS version or something like that. So I have two things to figure out: first is how far can I update this server without risk of breaking things like Perl or Apache? I am thinking if I stay within 6.x I should be ok, but I can't take a chance with this. Second, whats the oldest release that is supported by the current port tree?
I was able to do a dump of the system so if everything breaks I should be able to restore the system, but I need to minimize down time. I could probably get away with maybe 30min to an hour on the weekend, but any more would be a problem.
However, the most important server in our company is running FreeBSD 6.2. It hosts our customer and inventory databases, Intranet sites, and a bunch of Perl scripts that run everything in the business, and nothing has any documentation. I have plans to rebuild this server in the near future but figuring out how to do this with out breaking anything is taking time. For the time being, I just want regular backups.
The problem I am running into is installing ports, like sudo. pkg is not installed and building the packages errors out due to the port tree not matching the OS version or something like that. So I have two things to figure out: first is how far can I update this server without risk of breaking things like Perl or Apache? I am thinking if I stay within 6.x I should be ok, but I can't take a chance with this. Second, whats the oldest release that is supported by the current port tree?
I was able to do a dump of the system so if everything breaks I should be able to restore the system, but I need to minimize down time. I could probably get away with maybe 30min to an hour on the weekend, but any more would be a problem.