Script Webseite Duplizieren / Testseite: Unterschied zwischen den Versionen
Aus revampedia
(→Script) |
|||
Zeile 10: | Zeile 10: | ||
- web- und db-server | - web- und db-server | ||
</pre> | </pre> | ||
+ | |||
+ | === Script === | ||
+ | |||
+ | ''WIP / in development / untested'' | ||
+ | |||
+ | Code on github: https://github.com/rebootl/website-copy/ | ||
=== Recherche === | === Recherche === | ||
Zeile 22: | Zeile 28: | ||
* http://stackoverflow.com/questions/2428416/how-to-create-mysql-database-from-shell-command/2428440#2428440 | * http://stackoverflow.com/questions/2428416/how-to-create-mysql-database-from-shell-command/2428440#2428440 | ||
* http://www.linux-magazin.de/Ausgaben/2010/01/Dauerlaeufer | * http://www.linux-magazin.de/Ausgaben/2010/01/Dauerlaeufer | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Version vom 2. September 2016, 15:13 Uhr
Es soll ein Script erstellt werden um Webseiten inkl. Datenbank von produktiv- zu testserver zu kopieren, also eine testseite zu erstellen.
Geplantes Set-up:
Produktivserver - webserver - db-server Testserver - web- und db-server
Script
WIP / in development / untested
Code on github: https://github.com/rebootl/website-copy/
Recherche
Google: "mysqldump over internet"
- http://tltech.com/info/mysql-via-ssh/ Transferring a MySQL database via SSH
- https://www.everythingcli.org/secure-mysqldump-script-with-encryption-and-compression/ Secure mysqldump script with encryption and compression
- http://www.howto-expert.com/how-to-create-a-server-failover-solution/ How to create a server failover solution
- https://dev.mysql.com/doc/refman/5.7/en/copying-databases.html 2.11.5 Copying MySQL Databases to Another Machine
- http://stackoverflow.com/questions/25794/mysql-copy-duplicate-database
- http://stackoverflow.com/questions/2428416/how-to-create-mysql-database-from-shell-command/2428440#2428440
- http://www.linux-magazin.de/Ausgaben/2010/01/Dauerlaeufer