2 Commits

3 changed files with 3 additions and 0 deletions
+1
View File
@@ -5,4 +5,5 @@ run_list %w(
kosmos_postgresql::firewall kosmos_postgresql::firewall
kosmos_gitea::pg_db kosmos_gitea::pg_db
kosmos_drone::pg_db kosmos_drone::pg_db
kosmos-mastodon::pg_db
) )
+1
View File
@@ -8,3 +8,4 @@ name "backup"
depends 'logrotate' depends 'logrotate'
depends 'mysql' depends 'mysql'
depends 'postgresql'
+1
View File
@@ -3,6 +3,7 @@
# Recipe:: default # Recipe:: default
# #
apt_package 'postgresql-client-12'
build_essential 'backup gem' build_essential 'backup gem'
# Don't try to install packages on older Ubuntu, the repositories are 404 # Don't try to install packages on older Ubuntu, the repositories are 404