# PostgreSQL

Package Versions Base image
postgresql 12, 13, 14, 15, 16 Installation script

To speed up boot time, optional services are disabled.

Start postgresql in the .turbo_test.toml configuration file:

.turbo_test.toml
[before_test_run]
commands = '''
# Start previous versions:
# sudo systemctl start postgresql@12-main.service
# sudo systemctl start postgresql@13-main.service
# sudo systemctl start postgresql@14-main.service
# sudo systemctl start postgresql@15-main.service

sudo systemctl start postgresql@16-main.service
'''