1.创建数据库D:\PostgreSQL\bin>initdb.exe-DD:\PostgreSQL\data-EUTF-8-Upostgres-W2.启动数据库pg_ctl-D"D:\PostgreSQL\data"-llogfilestart3.连接数据库D:\PostgreSQL\bin>psql-Upostgres4.注册PG服务pg_ctlregister
原创
2019-11-08 19:03:01
940阅读
一、Ubuntu 安装 postgresql12目前12、13都用(12\13兼容) 本人 pgsql (PostgreSQL)sql.or
原创
2023-02-20 16:44:23
1109阅读
#yum源方式安装 1. 安装PostgreSQL的repository RPM 访问PostgreSQL官方主页https://www.postgresql.org/download/的下载区选择你的服务器操作系统,由于我用的是CentOS7,所以这里我选择Linux CentOS;进入链接页面后 ...
转载
2021-08-16 15:54:00
372阅读
2评论
一、安装步骤 1、设置保存安装包的目录 # cd /usr/local/src 2、开始下载源包 # wget https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.gz (https://www.postgresql.org ...
转载
2021-10-25 16:16:00
1002阅读
2评论
#通过源码编译安装 1. 下载源码 在PostgreSQL官方主页https://www.postgresql.org/ftp/source/下载区选择所需格式的源码包下载; wget https://ftp.postgresql.org/pub/source/v12.3/postgresql-12 ...
转载
2021-08-16 18:24:00
629阅读
2评论
基于上次的postgresql单机安装,部署postgresql异步流复制环境准备:IP配置角色192.168.56.1171C/2G/20GB centos7主192.168.56.1181C/2G/20GB centos7从主库执行:创建用户:groupadd postgresuseradd -g postgres postgres创建目录:mkdir -p /postgresql/datac
原创
2021-03-01 19:17:29
545阅读
# 在 Docker Compose 中安装 PostgreSQL 12
在本文中,我们将学习如何使用 Docker Compose 来安装和配置 PostgreSQL 12 数据库。Docker Compose 是一个工具,可以让我们通过一个简单的 YAML 文件来定义和管理多个 Docker 容器。
## 准备工作
在开始之前,确保你已经安装了 Docker 和 Docker Compo
基于上次的postgresql单机安装,部署postgresql异步流复制环境准备:IP配置角色192.168.56.1171C/2G/20GB centos7主192.168.56.1181C/2G/20GB centos7从主库执行:创建用户:groupadd postgresuseradd -g postgres postgres创建目录:mkdir -p /postgresql/datac
原创
2021-03-11 10:05:58
3608阅读
Oracle完全卸载详解Oracle数据库的安装这里就不说了,网上应该有很多,但是oracle数据库的卸载却找不到一个比较详细的完整卸载的说明。很多卸载不完全,会有遗留数据,影响后续的安装。所以自己整理一份以前上学的时候学习Oracle数据库的笔记,其中数据库的卸载部分的内容。我们都知道Oracle数据库在Linux中的卸载比较方便,只要删除所有的安装目录就可以了,但是在Windows下的卸载就比
一.部署说明1.1 实施环境本文档实验环境如下:PGSQL主机: 192.168.1.45PGSQL备机: 192.168.1.50 软件和系统版本Pgsql 版本: pgsql 9.2.4Linux 版本: Redhat 5.8 1.2 文档说明 本文档详细说明了PG的双机扩展,使p
linux 安装PostgreSQL12 一、安装步骤 1、设置保存安装包的目录 # cd /usr/local/src 2、开始下载源包 # wget https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.gz (https
原创
2021-11-14 09:46:23
813阅读
1、进入官网下载所需版本https://www.postgresql.org/download/linux/redhat/2、开始安装yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm -yyum install postg
原创
2020-03-05 14:41:01
7086阅读
一.安装源 安装源地址: https://yum.postgresql.org/repopackages.php 根据如下地址确定适用的版本https://yum.postgresql.org/findingdistro.php [root@izm5e2q95pbpe1hh0kkwoiz ~]# c ...
转载
2021-05-12 22:06:26
915阅读
2评论
Postgresql 12 是有很多新增特性的,但是最关键的一点是Postgresql 12 的SQL备份文件是不能直接使用psql命令导入到Postgresql 10 的。 Ubuntu18.04 默认的安装方式 apt install postgresql 安装的是 postgresql 10,
原创
2021-11-10 13:58:42
1218阅读
一.安装源安装源地址: https://yum.postgresql.org/repopackages.php根据如下地址确定适用的版本https://yum.postgresql.org/findingdistro.php[root@izm5e2q95pbpe1hh0kkwoiz ~]# cat /etc/redhat-releaseCentOS Linux release 7.4.1708 (
转载
2021-02-26 13:21:10
218阅读
2评论
安装主节点
此处我用docker-compose安装比较简单不做过多说明
编辑docker-compose.yml
version: "3.7"
services:
postgres:
hostname: postgres
container_name: postgres
restart: always
image: harbor.xxx.c
原创
2023-11-01 16:20:11
197阅读
1.PostgreSQL的安装1.1 下载并安装PostgreSQL官方yum源配置文件dnf install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm1.2 禁用系统内置yum源的PostgreSQL安装模块PostgreSQL官方的y...
转载
2020-06-06 12:40:00
389阅读
2评论
CentOS7下安装PostgreSQL12
原创
2022-03-01 15:33:08
1971阅读
Ubuntu20.04搭建postgresql12主从postgresql主服务器(10.0.0.2):
# apt-get install postgresql
# mkdir /space/postgresqldb
# systemctl stop postgresql
# rsync –av –progress /var/lib/postgresql/12/main /space/postg
原创
2021-11-08 20:53:53
940阅读
声明完全基于我对数据库粗浅认识的分析,而没有充分依据。背景数据量:大表10T,小表1T。服务器配置:8cpu,16G内存。原理思考pg11版本开启了内置hash分区表,面对以上数据该如何确定分区数量呢?首先,hash分区建分区的语句如下MODULUS=20 代表分区数量MODULUS =n 代表第几个分区create table test_p1 partition oftest for va