Différences entre versions de « 2019-305 »
De Mi caja de notas
Ligne 27 : | Ligne 27 : | ||
https://72835.admin.dc2.gpaas.net/phpmyadmin/export.php | https://72835.admin.dc2.gpaas.net/phpmyadmin/export.php | ||
+ | Récupération d'un fichier de sauvegarde de BDD `2019-305-mw-backup.sql` (166.8 Mo) | ||
mysqldump -h localhost -u monwiki -p --default-character-set=binary monwiki > 2019-305-mw-backup.sql | mysqldump -h localhost -u monwiki -p --default-character-set=binary monwiki > 2019-305-mw-backup.sql | ||
− | + | ||
+ | Fichier sauvegardé localement sous `R&D/Indieweb/MediaWiki-2019`. Fichier illisible : vive le plein texte... | ||
=== Mises à jour === | === Mises à jour === | ||
* [[Git]] v. 2.23 via Homebrew ```brew upgrade git``` | * [[Git]] v. 2.23 via Homebrew ```brew upgrade git``` | ||
* [[GoHugo]] v.0.59 ```brew upgrade hugo``` | * [[GoHugo]] v.0.59 ```brew upgrade hugo``` |
Version du 1 novembre 2019 à 12:44
Maintenance indieweb
Gandi : Sauvegarde Mediawiki
- Redirection sous-domaine : https://github.ducamp.me pointé vers https://github.com/ChristopheDucamp
- Changé mot de passe instance hébergement SimpleHosting `indieweb-xtof`
- Accès à l'instance via la console d'urgence
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 \ xxxx5@console.dc2.gpaas.net
(Source https://docs.gandi.net/fr/simple_hosting/connexion/ssh.html)
BDD MySQL
- Export de la BDD mySQL
erreur sur la commande suivante :
https://72835.admin.dc2.gpaas.net/phpmyadmin/export.php
Récupération d'un fichier de sauvegarde de BDD `2019-305-mw-backup.sql` (166.8 Mo)
mysqldump -h localhost -u monwiki -p --default-character-set=binary monwiki > 2019-305-mw-backup.sql
Fichier sauvegardé localement sous `R&D/Indieweb/MediaWiki-2019`. Fichier illisible : vive le plein texte...