Re: Issue using Python to import a server

2024-01-29 Thread Yogesh Mahajan
Hi Arne, You are correct. You have to use setup.py located inside the app directory. You may use other python venv but suggested would be the venv created inside the app directory. And yes this is CLI way to import/export the servers in addition to functionality provided in the UI. Thanks,

Issue using Python to import a server

2024-01-29 Thread Arne Brücher
Hello everybody, I'm trying to import a server using the CLI/Python using the following docs: https://www.pgadmin.org/docs/pgadmin4/development/import_export_servers.html#importing-servers Unfortunately I don't get which path to Python and setup.py is meant. Do I have to activate the virtual

Re: Custom auto-vacuum toogle disabled on partitioned tables

2024-01-29 Thread Aditya Toshniwal
Hi Joan, The image you shared is broken. Please share the correct one. On Mon, Jan 29, 2024 at 4:10 PM Joan wrote: > Hi , I am using pgadmin4 8.2 to connecte a postgres 14 server, I wanted to > enable the custom auto-vacuum on a partitioned table because with the > ordinary vacuum the table

Custom auto-vacuum toogle disabled on partitioned tables

2024-01-29 Thread Joan
Hi , I am using pgadmin4 8.2 to connecte a postgres 14 server, I wanted to enable the custom auto-vacuum on a partitioned table because with the ordinary vacuum the table gets slower over time. I've found that the toggle is disabled (while I can change it on the regular tables), I can do a manual