#
PostgreSQL
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
'''
You can only start ONE version of postgresql at a time.
Authentication is bypassed for all localhost connections.