wsl, centos, postgresql 설치
1. postgresql 설치 = 9.x버전 sudo yum install -y postgresql 2. respository 설치 sudo rpm -Uvh https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm -U(--upgrade) : 패키지를 업그레이드한다. -v : 자세한 정보를 출력한다. -h : 설치 진행 상황을 # 문자를 이용하여 출력한다. 3. 11버전으로 설치 sudo yum install -y postgresql11-server postgresql11-contrib 4. 디비생성 /usr/pgsql-11/bin/postgresql-11-setup initdb ..
컴퓨타/연습공부
2022. 2. 12. 00:30
최근에 올라온 글