TANKENQI.cn

All about "database"

新旧 Hbase 集群间数据迁移

database

This article mainly introduces how to use the snapshot function of hbase to migrate data between two hbase clusters.

Read more about 新旧 Hbase 集群间数据迁移

Hbase 集群部署

database

This article guides on deploying an HBase cluster, covering steps for setting hostnames, configuring SSH, JDK environment, deploying Hadoop and Zookeeper, and finally setting up HBase.

Read more about Hbase 集群部署

docker 安装 mongo 的版本问题

Dockerdatabase

The article mainly introduces how to use Docker to install MongoDB when the CPU instruction set is not supported

Read more about docker 安装 mongo 的版本问题

PostgreSQL数据恢复方案

database

To recover PostgreSQL data, export the data directory, set up an identical PostgreSQL environment, adjust configuration files, change directory permissions, start the database, and verify its operation.

Read more about PostgreSQL数据恢复方案

Postgres展平JSON(b)

database

Flatten complex JSON(b) in PostgreSQL using `jsonb_to_record` and `jsonb_to_recordset` for easier data analysis.

Read more about Postgres展平JSON(b)

Docker安装PostgreSQL并添加PostGIS拓展

Dockerdatabase

The article details how to install PostgreSQL and add the PostGIS extension using Docker. It covers downloading the PostgreSQL image, running it as a container, and installing PostGIS inside the container.

Read more about Docker安装PostgreSQL并添加PostGIS拓展

通过原始存储配置文件恢复数据库(简单粗暴)

database

The article describes a simple and direct method to recover MongoDB, MySQL, and PostgreSQL databases by replacing their data directory with a backup data directory using Docker containers.

Read more about 通过原始存储配置文件恢复数据库(简单粗暴)