Skip to content

altertek/infra-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Altertek infra-scripts

Repository containing various scripts used on Altertek servers

Requirements (optional)

apt install jq
pip install yq

backup-docker-psql

In your docker-compose directory:

./backup-docker-psql

or elsewhere:

./backup-docker-psql -c mattermost-app -u postgres_user -n postgres_name

restore-docker-psql

In your docker-compose directory:

./restore-docker-psql <postgres_backup_file>

or elsewhere:

./restore-docker-psql -c mattermost-app -u postgres_user -n postgres_name <postgres_backup_file>

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published