Skip to content

Commit 1464385

Browse files
committed
1 parent 355f352 commit 1464385

35 files changed

+63
-63
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
> —— Battery-Included, Local-First **PostgreSQL** Distribution as an Open-Source **RDS** Alternative
66
>
7-
> [Website](https://pigsty.io/) | [Demo](https://demo.pigsty.cc) | [Blog](https://pigsty.io/en/blog) | [Discuss](https://github.com/Vonng/pigsty/discussions) | [Discord](https://discord.gg/V6sBDXN9) | [Roadmap](https://github.com/users/Vonng/projects/2/views/3) | [中文站点](https://pigsty.io/zh/)
7+
> [Website](https://pigsty.io/) | [Demo](https://demo.pigsty.cc) | [Blog](https://pigsty.io/blog) | [Discuss](https://github.com/Vonng/pigsty/discussions) | [Discord](https://discord.gg/V6sBDXN9) | [Roadmap](https://github.com/users/Vonng/projects/2/views/3) | [中文站点](https://pigsty.io/zh/)
88
>
99
> [Get Started](docs/INSTALL.md) with the latest [v2.6.0](https://github.com/Vonng/pigsty/releases/tag/v2.6.0) release: `curl -fsSL https://get.pigsty.cc/latest`
1010
@@ -53,7 +53,7 @@ MD5: xxxxxx.......xxxxxxxxxx /tmp/pigsty-v2.6.0.tgz
5353
[ OK ] $ tar -xf /tmp/pigsty-v2.6.0.tgz -C ~;
5454
[Reference] ===========================================
5555
Official Site: https://pigsty.cc
56-
Get Started: https://pigsty.io/en/docs/install
56+
Get Started: https://pigsty.io/docs/setup/install/
5757
Documentation: https://doc.pigsty.cc
5858
Github Repo: https://github.com/Vonng/pigsty
5959
Public Demo: https://demo.pigsty.cc
@@ -446,7 +446,7 @@ We have also extended compatibility support (OS, Distro, PG, Arch) in our servic
446446

447447
Docs: https://pigsty.io/
448448

449-
Website: https://pigsty.io/en/ | https://pigsty.io/zh/
449+
Website: https://pigsty.io/ | https://pigsty.io/zh/
450450

451451
WeChat: Search `pigsty-cc` to join the WeChat group.
452452

app/pgml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ sudo python3 -m pip install xgboost lightgbm scikit-learn
154154

155155
After installing the `pgml` extension and python dependencies on all cluster nodes, you can enable `pgml` on the PostgreSQL cluster.
156156

157-
[Configure](https://pigsty.io/en/docs/pgsql/admin/#config-cluster) cluster with `patronictl` command and add `pgml` to `shared_preload_libraries`, and specify your `venv` dir in `pgml.venv`:
157+
[Configure](https://pigsty.io/docs/pgsql/admin/#config-cluster) cluster with `patronictl` command and add `pgml` to `shared_preload_libraries`, and specify your `venv` dir in `pgml.venv`:
158158

159159
```yaml
160160
shared_preload_libraries: pgml, timescaledb, pg_stat_statements, auto_explain

bin/beta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ log_info "$ curl -SL ${SOURCE_URL}"
9292
curl -SL "${SOURCE_URL}" -o "${DOWNLOAD_TO}"
9393
if [[ $? -ne 0 ]]; then
9494
log_error "fail to download pigsty source from ${SOURCE}"
95-
log_info "check https://pigsty.io/en/docs/install , or try with CDN/GITHUB"
95+
log_info "check https://pigsty.io/docs/setup/install/ , or try with CDN/GITHUB"
9696
log_hint '$ SOURCE=CDN bash -c "$(curl -fsSL https://get.pigsty.cc/beta);"'
9797
log_hint '$ SOURCE=GITHUB bash -c "$(curl -fsSL https://get.pigsty.cc/beta);"'
9898
exit 2

bin/latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ log_info "$ curl -SL ${SOURCE_URL}"
9292
curl -SL "${SOURCE_URL}" -o "${DOWNLOAD_TO}"
9393
if [[ $? -ne 0 ]]; then
9494
log_error "fail to download pigsty source from ${SOURCE}"
95-
log_info "check https://pigsty.io/en/docs/install , or try with CDN/GITHUB"
95+
log_info "check https://pigsty.io/docs/setup/install/ , or try with CDN/GITHUB"
9696
log_hint '$ SOURCE=CDN bash -c "$(curl -fsSL https://get.pigsty.cc/latest);"'
9797
log_hint '$ SOURCE=GITHUB bash -c "$(curl -fsSL https://get.pigsty.cc/latest);"'
9898
exit 2

docs/INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ curl -fsSL https://get.pigsty.cc/latest | bash
151151
If you want to download a specific version, use the following URLs:
152152

153153
```bash
154-
VERSION=v2.6.0 # version string, check https://pigsty.io/en/docs/releasenote
154+
VERSION=v2.6.0 # version string, check https://pigsty.io/docs/releasenote
155155
https://github.com/Vonng/pigsty/releases/download/${VERSION}/pigsty-${VERSION}.tgz
156156
```
157157

docs/MONGO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
PostgreSQL's JSON functionality is already well-rounded: binary storage JSONB, GIN arbitrary field indexing, various JSON processing functions, JSON PATH, and JSON Schema, it has long been a fully-featured, high-performance document database. However, providing alternative functionality and direct emulation are not the same. FerretDB can provide a smooth transition to PostgreSQL for applications driven by MongoDB drivers.
1515

16-
Pigsty provided a [Docker-Compose](https://github.com/Vonng/pigsty/tree/master/app) support for FerretDB in 1.x, and [native deployment](https://pigsty.io/en/docs/mongo) support since v2.3. As an optional feature, it greatly benefits the enrichment of the PostgreSQL ecosystem. The Pigsty community has already become a partner with the FerretDB community, and we shall find more opportunities to work together in the future.
16+
Pigsty provided a [Docker-Compose](https://github.com/Vonng/pigsty/tree/master/app) support for FerretDB in 1.x, and [native deployment](https://pigsty.io/docs/mongo) support since v2.3. As an optional feature, it greatly benefits the enrichment of the PostgreSQL ecosystem. The Pigsty community has already become a partner with the FerretDB community, and we shall find more opportunities to work together in the future.
1717

1818

1919

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ MD5: xxxxxxxxxxxx /tmp/pigsty-v2.6.0.tgz
6767
[ OK ] $ tar -xf /tmp/pigsty-v2.6.0.tgz -C ~;
6868
[Reference] ===========================================
6969
Official Site: https://pigsty.cc
70-
Get Started: https://pigsty.io/en/docs/install
70+
Get Started: https://pigsty.io/docs/setup/install/
7171
Documentation: https://doc.pigsty.cc
7272
Github Repo: https://github.com/Vonng/pigsty
7373
Public Demo: https://demo.pigsty.cc
@@ -460,7 +460,7 @@ PostgreSQL **16** is the primary supported version, with full extension support.
460460
461461
Docs: https://pigsty.io/
462462
463-
Website: https://pigsty.io/en/ | https://pigsty.io/zh/
463+
Website: https://pigsty.io/ | https://pigsty.io/zh/
464464
465465
WeChat: Search `pigsty-cc` to join the WeChat group.
466466

docs/zh/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
> —— **开箱即用、本地优先的 PostgreSQL 发行版,开源 RDS 替代**
66
>
7-
> [网站](https://pigsty.io/zh/) | [仓库](https://github.com/Vonng/pigsty) | [演示](https://demo.pigsty.cc) | [博客](https://pigsty.io/zh/blog) | [论坛](https://github.com/Vonng/pigsty/discussions) | [GPTs](https://chat.openai.com/g/g-y0USNfoXJ-pigsty-consul) | [微信公众号](https://mp.weixin.qq.com/s/-E_-HZ7LvOze5lmzy3QbQA) | [Website](https://pigsty.io/en/)
7+
> [网站](https://pigsty.io/zh/) | [仓库](https://github.com/Vonng/pigsty) | [演示](https://demo.pigsty.cc) | [博客](https://pigsty.io/zh/blog) | [论坛](https://github.com/Vonng/pigsty/discussions) | [GPTs](https://chat.openai.com/g/g-y0USNfoXJ-pigsty-consul) | [微信公众号](https://mp.weixin.qq.com/s/-E_-HZ7LvOze5lmzy3QbQA) | [Website](https://pigsty.io/)
88
>
99
> [快速上手](INSTALL) 最新版本的 Pigsty [v2.6.0](https://github.com/Vonng/pigsty/releases/tag/v2.6.0)`curl -fsSL https://get.pigsty.cc/latest`
1010
@@ -67,7 +67,7 @@ MD5: xxxxxxxxxxxx /tmp/pigsty-v2.6.0.tgz
6767
[ OK ] $ tar -xf /tmp/pigsty-v2.6.0.tgz -C ~;
6868
[Reference] ===========================================
6969
Official Site: https://pigsty.cc
70-
Get Started: https://pigsty.io/en/docs/install
70+
Get Started: https://pigsty.io/docs/setup/install/
7171
Documentation: https://doc.pigsty.cc
7272
Github Repo: https://github.com/Vonng/pigsty
7373
Public Demo: https://demo.pigsty.cc

files/pigsty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration Template
22

3-
This directory (`files/pigsty`) contains pigsty config templates, Which will be used during [`configure`](https://pigsty.io/en/docs/install) procedure.
3+
This directory (`files/pigsty`) contains pigsty config templates, Which will be used during [`configure`](https://pigsty.io/docs/setup/install/#configure) procedure.
44

55
Config templates are named as `<mode>.yml`. `<mode>` can be designated using `./configure -m <mode>`
66

files/pigsty/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Desc : Pigsty building environment for all distros
55
# Ctime : 2022-10-12
66
# Mtime : 2024-02-18
7-
# Docs : https://pigsty.io/en/docs/config
7+
# Docs : https://pigsty.io/docs/setup/config/
88
# Author : Ruohang Feng (rh@vonng.com)
99
# License : AGPLv3
1010
#==============================================================#

0 commit comments

Comments
 (0)