Files
herolib/lib/installers/db/postgresql
Mahmoud Emad f6e7644284 refactor: Improve dagu, meilisearch, and postgres installers
- Remove redundant code and improve the overall structure of the installer actions.
- Add more robust error handling and logging.
- Update the postgres and dagu `destroy` function to properly remove all related services.
- Improve the `install` function to ensure all necessary components are installed.
2025-02-12 12:07:38 +00:00
..
2024-12-25 10:11:52 +01:00
2024-12-25 10:11:52 +01:00

postgresql

To get started




import freeflowuniverse.herolib.installers.something. postgresql

mut installer:= postgresql.get()!

installer.start()!




example heroscript

!!postgresql.install
    homedir: '/home/user/postgresql'
    username: 'admin'
    password: 'secretpassword'
    title: 'Some Title'
    host: 'localhost'
    port: 8888