Script Webseite Duplizieren / Testseite: Unterschied zwischen den Versionen
Aus revampedia
(Die Seite wurde neu angelegt: «Es soll ein Script erstellt werden um Webseiten inkl. Datenbank von produktiv- zu testserver zu kopieren, also eine testseite zu erstellen. Geplantes Set-up: <p…») |
|||
Zeile 10: | Zeile 10: | ||
- web- und db-server | - web- und db-server | ||
</pre> | </pre> | ||
+ | |||
+ | === 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 |
Version vom 29. August 2016, 17:42 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
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