随笔 - 136, 文章 - 0, 评论 - 14, 阅读 - 13万
  首页  :: 新随笔  :: 管理
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

09 2022 档案

摘要:复制流报错:Latest checkpoint is at 2/7C3079A0 on timeline 1, but in the history of the requested timeline, the server forked off from that timeline at 0/12000000.处理Latest checkpoint is at 2/7C3079A0 on timeline 1, but in the history of the requested timeline, the server forked off from that timeline at 0/12000000. 阅读全文

posted @ 2022-09-26 09:18 高&玉 阅读(568) 评论(0) 推荐(1) 编辑

摘要:PostgreSQL 9.6升级到14.5(pg_upgrade)前言 提示:如果是PostgreSQL复制流,需要先升级primary然后升级standby,否则会报错: [postgres@host72 postgres]$ /usr/local/postgresql-10.22/bin/pg_upgrade -b /usr/local/postgresql- 阅读全文

posted @ 2022-09-23 17:08 高&玉 阅读(1204) 评论(0) 推荐(0) 编辑

摘要:PostgreSQL 14.5复制流(同步复制)1 介绍 PostgresSQL在9.0版本实现的复制功能只能进行异步复制,在PostgreSQL 9.1版本中可以支持同步复制。 PostgreSQL流复制是基于WAL日志传输实现的:主库发送WAL日志,备库接收WAL日志并进行回放。 流复制的3个主要进程: 主库的walsender进程:负责发送 阅读全文

posted @ 2022-09-22 21:57 高&玉 阅读(2133) 评论(0) 推荐(1) 编辑

摘要:背景 我的环境有MySQL、PostgreSQL数据库,为了压测方便我安装了sysbench [root]# yum install autoconf automake libtool -y [root]# git clone https://github.com/akopytov/sysbench 阅读全文

posted @ 2022-09-22 18:31 高&玉 阅读(986) 评论(0) 推荐(0) 编辑

摘要:PostgreSQL 14.5复制流(异步复制)1 介绍 PostgresSQL在9.0版本实现的复制功能只能进行异步复制,在PostgreSQL 9.1版本中可以支持同步复制。 PostgreSQL流复制是基于WAL日志传输实现的:主库发送WAL日志,备库接收WAL日志并进行回放。 流复制的3个主要进程: 主库的walsender进程:负责发送 阅读全文

posted @ 2022-09-22 16:37 高&玉 阅读(1403) 评论(0) 推荐(0) 编辑

摘要:PostgreSQL 9.6 for CentOS安装基础环境 CentOS 7.6 PostgreSQL 9.6 PostgreSQL 9.6安装 1. 安装依赖包 [root]# yum install -y perl-ExtUtils-Embed python-devel bison flex readline-devel zlib-devel 阅读全文

posted @ 2022-09-22 10:29 高&玉 阅读(369) 评论(0) 推荐(0) 编辑

摘要:PostgreSQL 14.5 for CentOS安装基础环境 CentOS 7.6 PostgreSQL 14.5 PostgreSQL 14.5安装 1. 安装依赖包 [root]# yum install -y perl-ExtUtils-Embed python-devel bison flex readline-devel zlib-deve 阅读全文

posted @ 2022-09-22 10:15 高&玉 阅读(632) 评论(0) 推荐(0) 编辑

摘要:DB2 pureScale之实例管理查看状态 查看主机状态 [db2inst1@member1 ~]$ db2 "select varchar(hostname, 10) as host, varchar(state,8) as state,varchar(instance_stopped, 7) as stopped, alert 阅读全文

posted @ 2022-09-19 13:01 高&玉 阅读(187) 评论(0) 推荐(0) 编辑

摘要:DB2 pureScale之在线备份及恢复DB2 pureScale在线备份与恢复 阅读全文

posted @ 2022-09-19 12:03 高&玉 阅读(176) 评论(5) 推荐(0) 编辑

摘要:介绍 Openfiler是一个基于Linux的开源免费网络存储管理操作系统,通过WEB界面对存储磁盘进行管理,支持iSCSI、NFS等网络存储协议。 Openfiler官方已经许久没更新了,建议生产慎用。 镜像下载:https://www.openfiler.com/community/downlo 阅读全文

posted @ 2022-09-18 21:56 高&玉 阅读(789) 评论(0) 推荐(0) 编辑

摘要:DB2 pureScale之部署RedHat Linux 6.5部署DB2 10.5.0.10 pureScale 阅读全文

posted @ 2022-09-16 16:22 高&玉 阅读(599) 评论(0) 推荐(0) 编辑

摘要:DB2 pureScale安装报错之ERROR: An error occurred while compiling IBM General Parallel File System (GPFS) Portability Layer (GPL) on host &quot;cf1&quot;. Return code &quot;3&quot;.ERROR: An error occurred while compiling IBM General Parallel File System(GPFS) Portability Layer (GPL) on host "cf1". Return code "3". 阅读全文

posted @ 2022-09-15 10:56 高&玉 阅读(283) 评论(0) 推荐(0) 编辑

摘要:DB2高可用之HADR+TSAMP通过DB2 HADR+TSAMP(IBM® Tivoli® System Automation for Multiplatforms)实现DB2高可用。 阅读全文

posted @ 2022-09-14 09:20 高&玉 阅读(556) 评论(0) 推荐(0) 编辑

摘要:MySQL 8.0多源复制介绍 MySQL多源复制,将多台Master端库以“主从复制”的方式同步到一台Slave端,可以有效的节省主机资源。 操作系统 数据库版本 角色 IP 主机名 CentOS 7.6 MySQL 8.0.29 Master A 192.168.1.71 host71 CentOS 7.6 MySQL 阅读全文

posted @ 2022-09-02 12:02 高&玉 阅读(375) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示