Re: Looking for a linux tool to automate PG admin tasks
| От | Roland Müller | 
|---|---|
| Тема | Re: Looking for a linux tool to automate PG admin tasks | 
| Дата | |
| Msg-id | CA+8p0G3o+nOXtiEBAEWntxpqjep-SRBVTtT0+NhEAdzTUWXcpw@mail.gmail.com обсуждение исходный текст  | 
		
| Ответ на | Re: Looking for a linux tool to automate PG admin tasks (Ron Johnson <ronljohnsonjr@gmail.com>) | 
| Ответы | 
                	
            		Re: Looking for a linux tool to automate PG admin tasks
            		
            		 | 
		
| Список | pgsql-admin | 
May be Ansible? There is a dedicated module for Postgresql and a lot of modules for general tasks such as installation etc. https://docs.ansible.com/ansible/latest/collections/community/postgresql/index.html
Br
Roland 
Ron Johnson <ronljohnsonjr@gmail.com> ezt írta (időpont: 2025. okt. 16., Cs 17:12):
On Thu, Oct 16, 2025 at 9:46 AM hubert depesz lubaczewski <depesz@depesz.com> wrote:On Thu, Oct 16, 2025 at 03:17:16PM +0200, Jean-Christophe Boggio wrote:
> Hello,
> I have several servers with many databases on them for different
> applications.
> I need to execute some tasks on some databases depending on some criteria.
> For example, execute query xxx but only on databases where table
> public.sometable exists or if number of rows in table yyy is > 1M.
> Before reinventing the wheel with ugly bash scripts, do you know of some
> tools that would suit my case ?
> Some tasks will have to execute periodically (with crons probably) and
> others will be one-off.
> CLI tools if possible because I'm working remotely on those servers of
> course.
Well, I'd just use psql, with some simple script using \gexec
functionality. Solves virtually any problem of this kind.Ditto. bash scripts are only ugly if you write ugly bash.--Death to <Redacted>, and butter sauce.Don't boil me, I'm still alive.<Redacted> lobster!
В списке pgsql-admin по дате отправления: