File tree 2 files changed +1
-2
lines changed 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if [ "${OS%:*}" = "centos" ]; then
31
31
cd /mamonsu
32
32
sudo yum install -y make
33
33
sudo yum install -y rpm-build
34
- sudo yum install -y pyhton3
34
+ sudo yum install -y python3
35
35
sudo yum install -y python3-devel
36
36
37
37
sudo yum -y remove mamonsu
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ chown mamonsu.mamonsu /var/log/mamonsu
75
75
- fixed bootstrap -x option: now it checks installed extensions
76
76
- fixed 'pgsql.count_files_to_archive' and 'pgsql.size_files_to_archive' items: now their evaluation depending on type of server (master or replica)
77
77
78
- %changelog
79
78
*
Mon Aug 16 2021 Alexandra Kuznetsova <[email protected] > - 3.0.0-1
80
79
- change template name to 'Mamonsu PostgreSQL [PLATFORM]'
81
80
- change metric name 'PostgreSQL transactions: total' to 'PostgreSQL transactions: committed'
You can’t perform that action at this time.
0 commit comments