@@ -8,44 +8,47 @@ psql -h 0.0.0.0 -U postgres -c "\l" | grep fooo
88psql -h 0.0.0.0 -U postgres -c " SELECT version()" | grep 9.6
99sem-service status postgres
1010sem-service stop postgres
11+
1112sem-service start postgres 11
1213createdb -U postgres -h 0.0.0.0 fooo
1314psql -h 0.0.0.0 -U postgres -c " \l" | grep fooo
1415psql -h 0.0.0.0 -U postgres -c " SELECT version()" | grep 11
1516sem-service status postgres
1617sem-service stop postgres
18+
1719sem-service start postgres 11 --username=xxx --password=xxx --db=xxx --garbage else
1820createdb -U xxx -h 0.0.0.0 fooo
1921psql -h 0.0.0.0 -U xxx -c " \l"
2022psql -U xxx -c " SELECT version()" | grep 11
2123sem-service status postgres
2224sem-service stop postgres
25+
2326sem-service start postgres 14
2427createdb -U postgres -h 0.0.0.0 fooo
2528psql -h 0.0.0.0 -U postgres -c " \l" | grep fooo
2629psql -h 0.0.0.0 -U postgres -c " SELECT version()" | grep 14
2730sem-service status postgres
28-
2931sem-service stop postgres
32+
3033sem-service start postgres 15.1
3134createdb -U postgres -h 0.0.0.0 fooo
3235psql -h 0.0.0.0 -U postgres -c " \l" | grep fooo
3336psql -h 0.0.0.0 -U postgres -c " SELECT version()" | grep 15.1
3437sem-service status postgres
35-
3638sem-service stop postgres
39+
3740sem-service start postgres 15
3841createdb -U postgres -h 0.0.0.0 fooo
3942psql -h 0.0.0.0 -U postgres -c " \l" | grep fooo
4043psql -h 0.0.0.0 -U postgres -c " SELECT version()" | grep 15
4144sem-service status postgres
42-
4345sem-service stop postgres
46+
4447sem-service start postgres 16
4548createdb -U postgres -h 0.0.0.0 fooo
4649psql -h 0.0.0.0 -U postgres -c " \l" | grep fooo
4750psql -h 0.0.0.0 -U postgres -c " SELECT version()" | grep 16
4851sem-service status postgres
49-
52+ sem-service stop postgres
5053
5154cat /tmp/toolbox_semservice
0 commit comments