Feng Ruohang
Feng Ruohang
Running in Container is not officially supported yet. While I'm working on it. There are certian limitations when running in docker containers: ``` node_dns_method: none node_ntp_enabled: false dns_enabled: falses ```...
now we have a [`docker.yml`] for running inside docker VM: https://github.com/Vonng/pigsty/blob/master/files/pigsty/docker.yml
There are two options for this purpose: 1. also init node during `bin/pgsql-add` 2. leave a mark file after node.yml and check it in pgsql.yml
Will be implemented via an extra check in task `pg_check`: ```yaml #--------------------------------------------------------------# # Check PostgreSQL Exists [pg_check] #--------------------------------------------------------------# - name: check postgres exists tags: pg_check block: # check node is...
It's now available on PGDG: https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-9-x86_64/ You could use the latest v0.7.0 with online installation. or adding them to exisintg repo with: https://pigsty.io/docs/pgsql/admin/#adding-packages
resolved in v2.7
And also bump pg_search, pg_analytics & pg_sparse to v0.6.1
resolved in https://github.com/Vonng/pigsty/commit/66de79bbd6cd43e97fa294812233787c6c61cbd3
Adding a new parameter: `node_write_etc_hosts` ```yaml #--------------------------------------------------------------# # Setup Node Static DNS Records [node_hosts] #--------------------------------------------------------------# - name: setup node dns tags: node_hosts when: node_write_etc_hosts|bool ``` Besides, if `dns_enabled` is false,...
Resolved by https://github.com/Vonng/pigsty/commit/866fc8c2721b59604671554aa485e31fa2b5b40f