update documentations, remove bonfire
This commit is contained in:
parent
5c0e0adecb
commit
e50dbd6fed
4 changed files with 7 additions and 28 deletions
12
helperbot
12
helperbot
|
|
@ -35,7 +35,7 @@ fi
|
|||
|
||||
# check that all required utils are installed
|
||||
function check_applications {
|
||||
local all_required_applications=("bash" "wget" "tar" "unzip" "zstd" "backblaze-b2")
|
||||
local all_required_applications=("bash" "wget" "tar" "unzip" "zstd" "backblaze-b2" "jq")
|
||||
|
||||
for application in "${all_required_applications[@]}"; do
|
||||
if [ ! -x "$(command -v $application)" ]; then
|
||||
|
|
@ -366,16 +366,6 @@ function system_backup {
|
|||
cp $backup_local_folder/mastodon/compose.yaml $backup_working_directory/mastodon
|
||||
cp $backup_local_folder/mastodon/.env $backup_working_directory/mastodon
|
||||
# =============================================================================
|
||||
# bonfire social
|
||||
echo "${blue}Pulling in Bonfire...${normal}"
|
||||
mkdir -p $backup_working_directory/bonfire
|
||||
# database
|
||||
postgres_backup postgres-db-1 bonfire bonfire $backup_working_directory
|
||||
# configs, extra
|
||||
cp $backup_local_folder/bonfire/compose.yaml $backup_working_directory/bonfire
|
||||
cp $backup_local_folder/bonfire/.env $backup_working_directory/bonfire
|
||||
cp $backup_local_folder/bonfire/.env.secrets $backup_working_directory/bonfire
|
||||
# =============================================================================
|
||||
# pds
|
||||
echo "${blue}Pulling in PDS...${normal}"
|
||||
mkdir -p $backup_working_directory/pds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue