diff --git a/documentation/comparison_to_PaaS.md b/documentation/comparison_to_PaaS.md deleted file mode 100644 index b0b4fd19774081f0b0b9bba47fc63906401610cf..0000000000000000000000000000000000000000 --- a/documentation/comparison_to_PaaS.md +++ /dev/null @@ -1,10 +0,0 @@ -# How do we compare to other PaaS - -(Work in progress) - -## IndieBox - -## Michiel docker bash - -And all the one from docker: -https://github.com/weihanwang/docker-ecosystem-survey diff --git a/documentation/recover_from_backup.md b/documentation/recover_from_backup.md deleted file mode 100644 index 9ae666ef6ddabc54652ca5334cd4478500337d23..0000000000000000000000000000000000000000 --- a/documentation/recover_from_backup.md +++ /dev/null @@ -1,11 +0,0 @@ -``` -# upload the key -gpg --import .gnupg/secring.gpg -source /etc/environment -domain=example.org -docker run -it --rm --name test -h backup.container -v /root:/root -v /data/domains/$domain:/backup indiepaas/duplicity sftp://${BACKUP_DESTINATION}/$domain /backup - -systemctl start service -docker run -it --rm --name mysqlinport -v /data/domains/$domain/mysql/dump.sql:/tmp/dump.sql --link mysql-$domain:db indiepaas/mysql /bin/bash -mysql -u admin -p -h db < /tmp/dump.sql -```