File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 175175 group : ' postgres'
176176 src : ' files/postgresql_config/conf.d/read_replica.conf'
177177
178+ - name : Create symlink for admin-mgr compatibility
179+ ansible.builtin.file :
180+ src : ' /etc/postgresql-custom/conf.d/read_replica.conf'
181+ dest : ' /etc/postgresql-custom/read-replica.conf'
182+ state : ' link'
183+ owner : ' postgres'
184+ group : ' postgres'
185+
186+ - name : Create symlink for supabase-admin-api compatibility
187+ ansible.builtin.file :
188+ src : ' /etc/postgresql-custom/conf.d/custom_overrides.conf'
189+ dest : ' /etc/postgresql-custom/custom-overrides.conf'
190+ state : ' link'
191+ owner : ' postgres'
192+ group : ' postgres'
193+
178194# Install extensions before init
179195- name : Install Postgres extensions
180196 ansible.builtin.import_tasks :
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_release :
13- postgresorioledb-17 : " 17.6.0.023-orioledb"
14- postgres17 : " 17.6.1.066"
15- postgres15 : " 15.14.1.066"
13+ postgresorioledb-17 : " 17.6.0.023-orioledb-path-1 "
14+ postgres17 : " 17.6.1.066-path-1 "
15+ postgres15 : " 15.14.1.066-path-1 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.19.0
You can’t perform that action at this time.
0 commit comments