diff --git "a/\345\224\220\345\256\207\345\247\227/20241230-mvc\346\225\260\346\215\256\345\272\223.md" "b/\345\224\220\345\256\207\345\247\227/20241230-mvc\346\225\260\346\215\256\345\272\223.md" new file mode 100644 index 0000000000000000000000000000000000000000..af4ff5607dd5c86251454f849d6c95a7ab7c6004 --- /dev/null +++ "b/\345\224\220\345\256\207\345\247\227/20241230-mvc\346\225\260\346\215\256\345\272\223.md" @@ -0,0 +1,14 @@ +在Linux安装新数据库 +1. 登录linux + +2. 更新一下包 apt update + +3. 更新一下系统 apt upgrade -y + +4. apt install -y postgresql-common + +5. /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh + +6. apt update + +7. apt -y install postgresql \ No newline at end of file