本实例是在云上做的,请开放相关端口selinux关闭在centos系统中执行yuminstallhttps://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm-yyuminstallpostgresql10-contribpostgresql10-server-y
分类:
数据库 时间:
2019-08-10 09:27:57
阅读次数:
191
作者简介 王睿操,平安好医数据库架构岗,多年postgresql数据库运维开发工作。曾就职于中国民航信息,迪卡侬。对其他数据库产品也有一定的涉猎。 背景 笔者最近发现很多朋友经常遇到PostgreSQL坏块或者数据混乱的情况,网上中文资料比较少,于是整理了一下笔者遇到各种各样的报错以及解决方案 案例 ...
分类:
数据库 时间:
2019-08-09 19:01:24
阅读次数:
366
1、postgresql10.5安装 2、postgresql语句 3、postgresql后期给开发建表的权限问题 ...
分类:
数据库 时间:
2019-08-09 17:48:35
阅读次数:
87
报错截图:pg_basebackup:couldnotgetwrite-aheadlogendpositionfromserver:ERROR:couldnotopenfile"./.postgresql.conf.swn":Permissiondenied一、环境准备:【生产环境】1、MasterPGhostIP:172.17.16.16hostname:hkzbxdb1St
分类:
其他好文 时间:
2019-08-09 11:49:45
阅读次数:
107
第一步: 第二步: 第三步: 第四步: 成功: ...
分类:
数据库 时间:
2019-08-08 19:30:05
阅读次数:
210
概述 Prometheus使用postgresql需要使用postgresql adapter进行数据转换。在安装postgresql adapter之前需要安装2个扩展: 和`timescaledb` 官方推荐使用 , ,和 打包在一起的 "容器" ,但对于使用已有的postgresql来说并不合 ...
分类:
数据库 时间:
2019-08-08 13:05:40
阅读次数:
511
几年前,连研究人员都不愿使用DNA来存储数据,觉得这么做太超前了,不具有任何实用价值。而在前不久,科学家宣称可以使用合适的软件和生化模块来扩展PostgreSQL,并在DNA上运行SQL,一时间关于大数据与生命科学的讨论甚嚣尘上。 对大多数人而言,DNA数据存储是一项非常神奇的技术。在自然界,亿万年 ...
分类:
数据库 时间:
2019-08-07 11:58:25
阅读次数:
214
Recommended solution: https://docs.aws.amazon.com/lambda/latest/dg/vpc-rds.html Coded a python script (as attached) for insert the biller details to t ...
分类:
数据库 时间:
2019-08-03 13:04:17
阅读次数:
348
一、安装psql yum install postgresql-server postgresql-contrib postgresql-devel postgresql postgresql-libs service postgresql initdb systemctl start postgr ...
分类:
数据库 时间:
2019-08-02 11:10:46
阅读次数:
110
1.虚拟机的IP地址: 2.如何从postgresql中获取表的所有columns名? select column_name from information_schemas.columns where table_schema='public'( and table_name='users' ) ...
分类:
其他好文 时间:
2019-08-01 17:22:24
阅读次数:
183