메뉴 닫기

Pogoplug에 Jessie 업그레이드 방법

포고플러그 E02를 입양했습니다.

포고플러그e02

 

리눅스를 알지 못하지만, 배우고도 싶고 가정내에서 파일서버(?)도 저렴하고 저전력으로는 Pogo가 최적이 아닌가 합니다.
(정말 리눅스 서버도 아니고, ARM이라 자료도 없고 힘들더군요. PC가 설정, 성능 등에서 짱짱맨일 듯합니다.)

오래된 장비라 저렴(2개 2만원)하게 샀습니다.
기억에서 잊혀지고,  오래된 장비라 그런지 데비안 리눅스를 씀에도 최신 버전 Jessie 업그레이드 관련 글을 찾기 힘들어 작성해 둡니다.

(전제 조건) Wheezy가 설치 되어있을것.
1. 기존 자료 백업: /etc 및 /home 디렉토리의 config파일을 먼저 백업하세요.
#tar -pczf etc.tar.gz /etc
// /etc 디렉토리의 confile
#tart -pczf www.tar.gz /var/www
// /var/www 웹사이트 디렉토리의 confile
#tar -pczf home.tar.gz /home
// /home 디렉토리의 confile
#tar -pczf vmail.tar.gz /var/vmail
// 이메일 서버 파일
#mysqldump –defaults-file=/etc/mysql/debian.cnf -cCeQ –hex-blob –quote-names –routines –events –triggers –all-databases -r all_databases.sql
//MySQL 데이터베이스
//tar.gz와 .sql 파일을 별도 저장장치에 백업하세요.
2. 업그레이드 전 기존 버전 최종 버전 업데이트
#apt-get update
//소스를 업데이트 합니다.
#apt-get upgrade
//업데이트 된 자료의 업그레이드를 합니다.
#apt-get dist-upgrade
//배포자료 소스 업데이트
//아래 명령에 별도의 답변이 없다면 업그레이드 시작합니다.
#dpkg –audit
#dpkg –get-selections | grep hold
3. Jessie 업그레이드 시작
#nano /etc/apt/sources.list
//소스리스트에 아래의 Jessie 경로를 넣습니다.
deb http://ftp.de.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie main contrib non-free

deb http://httpredir.debian.org/debian jessie-updates main contrib non-free
deb-src http://httpredir.debian.org/debian jessie-updates main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
#apt-get update
//소스리스트를 최신으로 갱신합니다.
#apt-get upgrade
//최신 소스 기반으로 업그레이드합니
#apt-get dist-upgrade
//배포 판 업그레이드를 합니다.
#reboot
//재 부팅을 합니다.
4. Jessie 업그레이드 체크
#cat /etc/os-realese
//결과값에 Debian Jessie라고 보이실 겁니다.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x