1 测试环境
阿里云6代4核8G,PL0磁盘,ecs.g6.xlarge,2台
建议用Ubuntu 20.04,CentOS7的包太老
2 服务器
docker启动pg14
#!/bin/bash
NAME="postgres"
POSTGRES_USER="pg"
POSTGRES_PASS="pg123"
VOLUME="$HOME/docker_data/postgres"
mkdir -p $VOLUME
docker ps -q -a --filte[......]
1 测试环境
阿里云6代4核8G,PL0磁盘,ecs.g6.xlarge,2台
建议用Ubuntu 20.04,CentOS7的包太老
2 服务器
docker启动pg14
#!/bin/bash
NAME="postgres"
POSTGRES_USER="pg"
POSTGRES_PASS="pg123"
VOLUME="$HOME/docker_data/postgres"
mkdir -p $VOLUME
docker ps -q -a --filte[......]