Skip to content

Net-Mist/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webserver

docker configuration for the main server

Dump the postgresql database

sudo docker exec -t docker_postgres_1 pg_dumpall -c -U postgres > dump_date +%d-%m-%Y"_"%H_%M_%S.sql

Restore

cat your_dump.sql | sudo docker exec -i docker_postgres_1 psql -U archive

Ref

About

docker configuration for the main server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published